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

Method close

xarray/backends/file_manager.py:53–55  ·  view source on GitHub ↗

Close the file object associated with this manager, if needed.

(self, needs_lock: bool = True)

Source from the content-addressed store, hash-verified

51 raise NotImplementedError()
52
53 def close(self, needs_lock: bool = True) -> None:
54 """Close the file object associated with this manager, if needed."""
55 raise NotImplementedError()
56
57
58class CachingFileManager(FileManager[T_File]):

Callers 3

file_manager.pyFile · 0.45
closeMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected