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