MCPcopy Create free account
hub / github.com/pydata/xarray / wrapped_func

Method wrapped_func

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

Source from the content-addressed store, hash-verified

110 if include_skipna:
111
112 def wrapped_func(self, dim=None, skipna=None, **kwargs):
113 return self.reduce(
114 func=func,
115 dim=dim,
116 skipna=skipna,
117 numeric_only=numeric_only,
118 **kwargs,
119 )
120
121 else:
122

Callers

nothing calls this directly

Calls 1

reduceMethod · 0.45

Tested by

no test coverage detected