MCPcopy Index your code
hub / github.com/dbcli/pgcli / qualify

Method qualify

pgcli/pgcompleter.py:498–499  ·  view source on GitHub ↗
(col, tbl)

Source from the content-addressed store, hash-verified

496 )
497
498 def qualify(col, tbl):
499 return (tbl + "." + self.case(col)) if do_qualify else self.case(col)
500
501 _logger.debug("Completion column scope: %r", tables)
502 scoped_cols = self.populate_scoped_cols(tables, suggestion.local_tables)

Callers

nothing calls this directly

Calls 1

caseMethod · 0.95

Tested by

no test coverage detected