allSlots¶
-
lsst.daf.butler.core.utils.
allSlots
(self)¶ Return combined
__slots__
for all classes in objects mro.- Parameters
- self
object
Instance to be inspected.
- self
- Returns
- slots
itertools.chain
All the slots as an iterable.
- slots
lsst.daf.butler.core.utils.
allSlots
(self)¶Return combined __slots__
for all classes in objects mro.
object
Instance to be inspected.
itertools.chain
All the slots as an iterable.