allSlots¶
-
lsst.daf.butler.core.utils.allSlots(self: Any) → Iterator[str]¶ 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