allSlots

lsst.daf.butler.core.utils.allSlots(self: Any) Iterator[str]

Return combined __slots__ for all classes in objects mro.

Parameters:
selfobject

Instance to be inspected.

Returns:
slotsitertools.chain

All the slots as an iterable.