MCPcopy
hub / github.com/pandas-dev/pandas / close

Method close

pandas/io/pytables.py:2103–2105  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2101 self.close()
2102
2103 def close(self) -> None:
2104 if self.auto_close:
2105 self.store.close()
2106
2107 def get_result(self, coordinates: bool = False):
2108 # return the actual iterator

Callers 2

__iter__Method · 0.95
get_resultMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected