MCPcopy Index your code
hub / github.com/dbcli/mycli / escaped_names

Method escaped_names

mycli/sqlcompleter.py:961–962  ·  view source on GitHub ↗
(self, names: Collection[str])

Source from the content-addressed store, hash-verified

959 return name
960
961 def escaped_names(self, names: Collection[str]) -> list[str]:
962 return [self.escape_name(name) for name in names]
963
964 def extend_special_commands(self, special_commands: list[str]) -> None:
965 # Special commands are not part of all_completions since they can only

Callers 3

extend_relationsMethod · 0.95
extend_columnsMethod · 0.95
extend_functionsMethod · 0.95

Calls 1

escape_nameMethod · 0.95

Tested by

no test coverage detected