MCPcopy Create free account
hub / github.com/PyTables/PyTables / do_query

Method do_query

bench/lookup_bench.py:158–159  ·  view source on GitHub ↗
(self, earray, idx)

Source from the content-addressed store, hash-verified

156 self.close_db()
157
158 def do_query(self, earray, idx):
159 return earray[idx]
160
161 def close_db(self):
162 self.con.close()

Callers 2

query_dbMethod · 0.95
query_dbMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected