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

Method table_count_rows

middle/data_operation.py:167–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

165 AnsiPrint.print_locale("saved_results",saved=file)
166
167 def table_count_rows(self):
168 self._create_dbCursor()
169 if self._cursor:
170 tables = self._cursor.get_tables_count()
171 if tables:
172 AnsiPrint.printResult(tables)
173 else:
174 AnsiPrint.print_locale("errors.tables_zero")
175
176 def databases(self):
177 try:

Callers 1

do_tablesMethod · 0.80

Calls 4

_create_dbCursorMethod · 0.95
printResultMethod · 0.80
print_localeMethod · 0.80
get_tables_countMethod · 0.45

Tested by

no test coverage detected