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

Method do_tables

console/modules/queryCommand.py:83–84  ·  view source on GitHub ↗
(self, _)

Source from the content-addressed store, hash-verified

81 self._core.select(arg)
82
83 def do_tables(self, _):
84 self._core.table_count_rows()
85
86 def do_databases(self, _):
87 self._core.databases()

Callers

nothing calls this directly

Calls 1

table_count_rowsMethod · 0.80

Tested by

no test coverage detected