]> CRI, Mines Paris - PSL - linpy.git/blobdiff - pypol/isl.py
Add __slots__ declarations
[linpy.git] / pypol / isl.py
index ecc32c7f9138c83634b264f4682751b202ea2431..edfed5a2b415e977f0f08707809c38a71835107a 100644 (file)
@@ -11,7 +11,9 @@ libisl.isl_dim_set = _isl.isl_dim_set
 
 class IslObject:
 
 
 class IslObject:
 
-    __slots__ = ('_ptr')
+    __slots__ = (
+        '_ptr'
+    )
 
     def __init__(self, ptr):
         self._ptr = ptr
 
     def __init__(self, ptr):
         self._ptr = ptr