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

Method map

xarray/core/groupby.py:785–792  ·  view source on GitHub ↗
(
        self,
        func: Callable,
        args: tuple[Any, ...] = (),
        shortcut: bool | None = None,
        **kwargs: Any,
    )

Source from the content-addressed store, hash-verified

783 return unstacked # type: ignore[return-value]
784
785 def map(
786 self,
787 func: Callable,
788 args: tuple[Any, ...] = (),
789 shortcut: bool | None = None,
790 **kwargs: Any,
791 ) -> T_Xarray:
792 raise NotImplementedError()
793
794 def reduce(
795 self,

Callers 2

quantileMethod · 0.95
assign_coordsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected