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

Method __init__

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

Source from the content-addressed store, hash-verified

258 """
259
260 def __init__(self):
261 super().__init__()
262 self._indexvars = set()
263
264 def store(self, variables, *args, **kwargs) -> None:
265 super().store(variables, *args, **kwargs)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected