Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTables/PyTables
/ close_db
Method
close_db
bench/indexed_search.py:235–236 ·
view source on GitHub ↗
(self, con)
Source
from the content-addressed store, hash-verified
233
self.close_db(self.con)
234
235
def
close_db(self, con):
236
con.close()
237
238
239
if
__name__ ==
"__main__"
:
Callers
2
create_db
Method · 0.95
query_db
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected