summaryrefslogtreecommitdiff
path: root/python/types.py
diff options
context:
space:
mode:
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