MCPcopy 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
239if __name__ == "__main__":

Callers 2

create_dbMethod · 0.95
query_dbMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected