From 829917b3bb442d58dbd5f95dc13634ddb7a02a51 Mon Sep 17 00:00:00 2001 From: negasora Date: Mon, 11 Jun 2018 19:05:21 -0400 Subject: fix styling --- python/binaryview.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/binaryview.py') 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""" -- cgit v1.3.1