diff options
| author | kat <katherine@vector35.com> | 2022-08-09 12:35:46 -0400 |
|---|---|---|
| committer | cynder <KritantaDevelopment@gmail.com> | 2022-08-09 10:14:57 -0700 |
| commit | f0242daca9922b6a6bf6acc79987ff47f9f6f70f (patch) | |
| tree | 3e61b1b5eccb834e3d4bb4bc0df93d98ddf08e66 /python/types.py | |
| parent | f49ae00f6d15a81876788df15f1678619a4c791d (diff) | |
Add New Theme and some C++ API Documentation
Diffstat (limited to 'python/types.py')
| -rw-r--r-- | python/types.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/types.py b/python/types.py index ea70a6c5..2734f0a9 100644 --- a/python/types.py +++ b/python/types.py @@ -336,6 +336,7 @@ class CoreSymbol: @property def auto(self) -> bool: + """Whether the symbol was auto-defined""" return core.BNIsSymbolAutoDefined(self._handle) @property |
