MCPcopy Index your code
hub / github.com/pydata/xarray / map_over_datasets

Method map_over_datasets

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

Source from the content-addressed store, hash-verified

1787
1788 @overload
1789 def map_over_datasets(
1790 self,
1791 func: Callable[..., Dataset | None],
1792 *args: Any,
1793 kwargs: Mapping[str, Any] | None = None,
1794 ) -> DataTree: ...
1795
1796 @overload
1797 def map_over_datasets(

Calls 1

map_over_datasetsFunction · 0.90