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

Method pipe

xarray/core/common.py:723–728  ·  view source on GitHub ↗
(
        self,
        func: Callable[Concatenate[Self, P], T],
        *args: P.args,
        **kwargs: P.kwargs,
    )

Source from the content-addressed store, hash-verified

721
722 @overload
723 def pipe(
724 self,
725 func: Callable[Concatenate[Self, P], T],
726 *args: P.args,
727 **kwargs: P.kwargs,
728 ) -> T: ...
729
730 @overload
731 def pipe(

Callers

nothing calls this directly

Calls 2

fFunction · 0.70
funcFunction · 0.50

Tested by

no test coverage detected