MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / drop_simulated_index

Method drop_simulated_index

bmtools/tools/database/utils/database.py:264–268  ·  view source on GitHub ↗
(self, oid)

Source from the content-addressed store, hash-verified

262 return result
263
264 def drop_simulated_index(self, oid):
265 statement = f"select * from hypopg_drop_index({oid})"
266 result = self.execute_sql(statement)
267
268 assert result[0] is True, f"Could not drop simulated index with oid = {oid}."

Callers

nothing calls this directly

Calls 1

execute_sqlMethod · 0.95

Tested by

no test coverage detected