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

Method close

xarray/backends/common.py:375–376  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

373 return variables, attributes
374
375 def close(self):
376 pass
377
378 def __enter__(self):
379 return self

Callers 2

__exit__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected