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

Method __exit__

xarray/backends/common.py:381–382  ·  view source on GitHub ↗
(self, exception_type, exception_value, traceback)

Source from the content-addressed store, hash-verified

379 return self
380
381 def __exit__(self, exception_type, exception_value, traceback):
382 self.close()
383
384
385T_PathFileOrDataStore: TypeAlias = (

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected