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

Method close

xarray/tests/test_datatree.py:2549–2552  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2547 self.closed = False
2548
2549 def close(self):
2550 if self.closed:
2551 raise RuntimeError("already closed")
2552 self.closed = True
2553
2554
2555@pytest.fixture

Callers 15

figure_contextFunction · 0.45
setupMethod · 0.45
setUpMethod · 0.45
test_infoMethod · 0.45
test_open_subgroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected