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

Function func

xarray/computation/ops.py:209–210  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

207
208def _values_method_wrapper(name):
209 def func(self, *args, **kwargs):
210 return _call_possibly_missing_method(self.data, name, args, kwargs)
211
212 func.__name__ = name
213 func.__doc__ = getattr(np.ndarray, name).__doc__

Callers 15

_numbagg_reduceMethod · 0.70
_bottleneck_reduceMethod · 0.70
_calc_idxminmaxFunction · 0.70
_is_leap_yearFunction · 0.50
is_leap_yearMethod · 0.50
legend_elementsFunction · 0.50
map_dataarrayMethod · 0.50
map_plot1dMethod · 0.50
map_dataarray_lineMethod · 0.50
map_datasetMethod · 0.50
mapMethod · 0.50

Calls 2

fFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…