MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / case

Method case

mssqlcli/mssqlcompleter.py:446–447  ·  view source on GitHub ↗
(self, word)

Source from the content-addressed store, hash-verified

444 return matches
445
446 def case(self, word):
447 return self.casing.get(word, word)
448
449 def get_completions(self, document, complete_event, smart_completion=None):
450 # pylint: disable=arguments-differ

Callers 8

find_matchesMethod · 0.95
qualifyMethod · 0.95
make_candMethod · 0.95
get_column_matchesMethod · 0.95
aliasMethod · 0.95
get_join_matchesMethod · 0.95
_format_argMethod · 0.95
_make_candMethod · 0.95

Calls 1

getMethod · 0.80

Tested by

no test coverage detected