Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_result
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected