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

Method wrapped_func

xarray/core/common.py:73–76  ·  view source on GitHub ↗
(self, dim=None, axis=None, skipna=None, **kwargs)

Source from the content-addressed store, hash-verified

71 if include_skipna:
72
73 def wrapped_func(self, dim=None, axis=None, skipna=None, **kwargs):
74 return self.reduce(
75 func=func, dim=dim, axis=axis, skipna=skipna, **kwargs
76 )
77
78 else:
79

Callers

nothing calls this directly

Calls 1

reduceMethod · 0.45

Tested by

no test coverage detected