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

Method cls

xarray/tests/test_namedarray.py:184–185  ·  view source on GitHub ↗
(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

182
183class TestNamedArray(NamedArraySubclassobjects):
184 def cls(self, *args: Any, **kwargs: Any) -> NamedArray[Any, Any]:
185 return NamedArray(*args, **kwargs)
186
187 @pytest.fixture
188 def target(self, data: np.ndarray[Any, Any]) -> NamedArray[Any, Any]:

Callers

nothing calls this directly

Calls 1

NamedArrayClass · 0.90

Tested by

no test coverage detected