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

Method do_columns

console/modules/queryCommand.py:89–90  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

87 self._core.databases()
88
89 def do_columns(self, args):
90 self._core.columns(args.args)
91
92
93 export_parser = Cmd2ArgumentParser(add_help="")

Callers

nothing calls this directly

Calls 1

columnsMethod · 0.80

Tested by

no test coverage detected