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

Method do_select

console/modules/queryCommand.py:80–81  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

78 AnsiPrint.print_error(f"[bold]{format}[reset] is not valid format")
79
80 def do_select(self, arg):
81 self._core.select(arg)
82
83 def do_tables(self, _):
84 self._core.table_count_rows()

Callers

nothing calls this directly

Calls 1

selectMethod · 0.80

Tested by

no test coverage detected