Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTables/PyTables
/ close_db
Method
close_db
bench/lookup_bench.py:161–162 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
159
return
earray[idx]
160
161
def
close_db(self):
162
self.con.close()
163
164
165
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