NameMappingSetView¶
- class lsst.daf.butler.NameMappingSetView(mapping: Mapping[str, K_co])¶
Bases:
NamedValueAbstractSet
[K_co
]A lightweight implementation of
NamedValueAbstractSet
.Backed by a mapping from name to named object.
Attributes Summary
Return set of names associated with the keys, in the same order.
Methods Summary
Return a mapping view with names as keys.
Attributes Documentation
- names¶
Methods Documentation