Searched refs:__slots__ (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pyzfs/common/
H A Dutil.py48 if self.__slots__:
50 for v in self.__slots__:
64 __slots__ = "why", "task", "errno" variable in class:ZFSError
H A Dtable.py28 __slots__ = "fields", "rjustfields", "maxfieldlen", "lines" variable in class:Table
H A Ddataset.py42 __slots__ = "name", "number", "type", "default", "attr", "validtypes", \
97 __slots__ = "name", "__props" variable in class:Dataset
43 "values", "colname", "rightalign", "visible", "indextable" variable in class:Property
H A Dallow.py43 __slots__ = "create", "sets", "local", "descend", "ld" variable in class:FSPerms

Completed in 60 milliseconds