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

Method pipe

xarray/core/datatree.py:1852–1857  ·  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

1850
1851 @overload
1852 def pipe(
1853 self,
1854 func: Callable[Concatenate[Self, P], T],
1855 *args: P.args,
1856 **kwargs: P.kwargs,
1857 ) -> T: ...
1858
1859 @overload
1860 def pipe(

Callers 6

drop_attrsMethod · 0.45
test_noopMethod · 0.45
test_argsMethod · 0.45
test_kwargsMethod · 0.45
test_args_kwargsMethod · 0.45
test_named_selfMethod · 0.45

Calls 2

fFunction · 0.70
funcFunction · 0.50

Tested by 5

test_noopMethod · 0.36
test_argsMethod · 0.36
test_kwargsMethod · 0.36
test_args_kwargsMethod · 0.36
test_named_selfMethod · 0.36