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

Method __init__

xarray/ufuncs.py:46–49  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

44
45class _ufunc_wrapper(ABC):
46 def __init__(self, name):
47 self.__name__ = name
48 if hasattr(np, name):
49 self._create_doc()
50
51 @abstractmethod
52 def __call__(self, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

_create_docMethod · 0.95

Tested by

no test coverage detected