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

Method __init__

xarray/tests/test_dataset.py:219–221  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

217 """
218
219 def __init__(self):
220 super().__init__()
221 self._indexvars = set()
222
223 def store(self, variables, *args, **kwargs) -> None:
224 super().store(variables, *args, **kwargs)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected