From f0242daca9922b6a6bf6acc79987ff47f9f6f70f Mon Sep 17 00:00:00 2001 From: kat Date: Tue, 9 Aug 2022 12:35:46 -0400 Subject: Add New Theme and some C++ API Documentation --- python/types.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/types.py') 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 -- cgit v1.3.1