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

Function _values_method_wrapper

xarray/computation/ops.py:208–214  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

206
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__
214 return func
215
216
217def _method_wrapper(name):

Callers 1

inject_numpy_sameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…