summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/binaryview.py1
-rw-r--r--python/scriptingprovider.py1
-rw-r--r--python/update.py1
3 files changed, 3 insertions, 0 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index 80298304..81851c1f 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -341,6 +341,7 @@ class BinaryViewType(object):
if not isinstance(value, BinaryViewType):
return True
return ctypes.addressof(self.handle.contents) != ctypes.addressof(value.handle.contents)
+
@property
def list(self):
"""Allow tab completion to discover metaclass list property"""
diff --git a/python/scriptingprovider.py b/python/scriptingprovider.py
index 1e2338d9..9cacc6ad 100644
--- a/python/scriptingprovider.py
+++ b/python/scriptingprovider.py
@@ -303,6 +303,7 @@ class ScriptingProvider(object):
if handle is not None:
self.handle = core.handle_of_type(handle, core.BNScriptingProvider)
self.__dict__["name"] = core.BNGetScriptingProviderName(handle)
+
@property
def list(self):
"""Allow tab completion to discover metaclass list property"""
diff --git a/python/update.py b/python/update.py
index 2f817595..a89c9348 100644
--- a/python/update.py
+++ b/python/update.py
@@ -115,6 +115,7 @@ class UpdateChannel(object):
self.name = name
self.description = desc
self.latest_version_num = ver
+
@property
def list(self):
"""Allow tab completion to discover metaclass list property"""