GetSetDictMetadata¶
- class lsst.pipe.base.GetSetDictMetadata(*args, **kwargs)¶
Bases:
SetDictMetadata
,GetDictMetadata
,Protocol
Protocol for objects that can assign and extract a possibly-nested mapping of primitives.
Methods Summary
get_dict
(key)set_dict
(key, nested)Methods Documentation