MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / check_exists_table

Method check_exists_table

database/db.py:38–39  ·  view source on GitHub ↗
(self, tablename:str)

Source from the content-addressed store, hash-verified

36 Check if Table exists
37 """
38 def check_exists_table(self, tablename:str) -> bool:
39 raise ModuleNotFoundError(f"{str(self)} Not implemented")
40
41 """
42 If database exists, drop and create

Callers 1

selectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected