from_dict
from_dict(
attr_map: collections.abc.Mapping | dascore.core.attrs.PatchAttrs | None[Mapping, PatchAttrs, None] ,
)-> ‘Self’
Get a new instance of the PatchAttrs.
Parameters
| Parameter | Description |
|---|---|
| attr_map |
Anything convertible to a dict that contains attr info. dimsentries are ignored during normalization. |