summaryrefslogtreecommitdiff
path: root/python/types.py
diff options
context:
space:
mode:
authorkat <katherine@vector35.com>2022-08-09 12:35:46 -0400
committercynder <KritantaDevelopment@gmail.com>2022-08-09 10:14:57 -0700
commitf0242daca9922b6a6bf6acc79987ff47f9f6f70f (patch)
tree3e61b1b5eccb834e3d4bb4bc0df93d98ddf08e66 /python/types.py
parentf49ae00f6d15a81876788df15f1678619a4c791d (diff)
Add New Theme and some C++ API Documentation
Diffstat (limited to 'python/types.py')
-rw-r--r--python/types.py1
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