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

get_dict(key: str) Mapping[str, str | float | int | bool | Mapping[str, str | float | int | bool | NestedMetadataDict]]
set_dict(key: str, nested: Mapping[str, str | float | int | bool | Mapping[str, str | float | int | bool | NestedMetadataDict]]) None