MCPcopy
hub / github.com/dbcli/pgcli / case

Method case

pgcli/pgcompleter.py:454–455  ·  view source on GitHub ↗
(self, word)

Source from the content-addressed store, hash-verified

452 return matches
453
454 def case(self, word):
455 return self.casing.get(word, word)
456
457 def get_completions(self, document, complete_event, smart_completion=None):
458 word_before_cursor = document.get_word_before_cursor(WORD=True)

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

no outgoing calls

Tested by

no test coverage detected