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.
objectInstance to be inspected.
itertools.chainAll the slots as an iterable.