summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authornegasora <negasora@gmail.com>2018-06-11 19:05:21 -0400
committernegasora <negasora@gmail.com>2018-06-11 19:05:21 -0400
commit829917b3bb442d58dbd5f95dc13634ddb7a02a51 (patch)
treee777d596cb95446362ba1cca936fc579f6a99653 /python/binaryview.py
parent3b433195716732f63f352730d481a0a9415639a1 (diff)
fix styling
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py1
1 files changed, 1 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"""