metadata
zarr.abc.metadata ¶
Metadata
dataclass
¶
Source code in zarr/abc/metadata.py
from_dict
classmethod
¶
to_dict ¶
Recursively serialize this model to a dictionary.
This method inspects the fields of self and calls x.to_dict()
for any fields that
are instances of Metadata
. Sequences of Metadata
are similarly recursed into, and
the output of that recursion is collected in a list.