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

Method _escape_identifier

mycli/sqlcompleter.py:1826–1827  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

1824 return list(dict.fromkeys(values))
1825
1826 def _escape_identifier(self, name: str) -> str:
1827 return self.escape_name(self._strip_backticks(name))
1828
1829 @staticmethod
1830 def _strip_backticks(name: str | None) -> str:

Callers 1

populate_enum_valuesMethod · 0.95

Calls 2

escape_nameMethod · 0.95
_strip_backticksMethod · 0.95

Tested by

no test coverage detected