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

Function map_over_datasets

xarray/core/datatree_mapping.py:16–20  ·  view source on GitHub ↗
(
    func: Callable[..., Dataset | None],
    *args: Any,
    kwargs: Mapping[str, Any] | None = None,
)

Source from the content-addressed store, hash-verified

14
15@overload
16def map_over_datasets(
17 func: Callable[..., Dataset | None],
18 *args: Any,
19 kwargs: Mapping[str, Any] | None = None,
20) -> DataTree: ...
21
22
23# add an explicit overload for the most common case of two return values

Calls 7

result_nameFunction · 0.90
group_subtreesFunction · 0.90
_check_all_return_valuesFunction · 0.85
itemsMethod · 0.80
funcFunction · 0.50
from_dictMethod · 0.45

Used in the wild real call sites across dependent graphs

searching dependent graphs…