MCPcopy
hub / github.com/pydata/xarray / from_dict

Method from_dict

xarray/core/datatree.py:1212–1219  ·  view source on GitHub ↗
(
        cls,
        data: Mapping[str, FromDictDataValue] | None = ...,
        coords: Mapping[str, CoercibleValue] | None = ...,
        *,
        name: str | None = ...,
        nested: Literal[False] = ...,
    )

Source from the content-addressed store, hash-verified

1210 @overload
1211 @classmethod
1212 def from_dict(
1213 cls,
1214 data: Mapping[str, FromDictDataValue] | None = ...,
1215 coords: Mapping[str, CoercibleValue] | None = ...,
1216 *,
1217 name: str | None = ...,
1218 nested: Literal[False] = ...,
1219 ) -> Self: ...
1220
1221 @overload
1222 @classmethod

Callers 5

chunkMethod · 0.95
filterMethod · 0.45
matchMethod · 0.45
reduceMethod · 0.45
_selective_indexingMethod · 0.45

Calls 8

NodePathClass · 0.90
DatasetClass · 0.90
_CoordWrapperClass · 0.85
typeFunction · 0.85
itemsMethod · 0.80
absoluteMethod · 0.80
_set_itemMethod · 0.80
copyMethod · 0.45

Tested by

no test coverage detected