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

Method cls

xarray/tests/test_variable.py:1064–1065  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1062
1063class TestVariable(VariableSubclassobjects):
1064 def cls(self, *args, **kwargs) -> Variable:
1065 return Variable(*args, **kwargs)
1066
1067 @pytest.fixture(autouse=True)
1068 def setup(self):

Callers 15

test_getitem_basicMethod · 0.95
test_coarsenMethod · 0.95
test_coarsen_2dMethod · 0.95
test_getitem_dictMethod · 0.45
test_getitem_1dMethod · 0.45
test_getitem_1d_fancyMethod · 0.45
test_index_0d_intMethod · 0.45
test_index_0d_floatMethod · 0.45

Calls 1

VariableClass · 0.90

Tested by

no test coverage detected