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

Method set_search_path

pgcli/pgcompleter.py:307–308  ·  view source on GitHub ↗
(self, search_path)

Source from the content-addressed store, hash-verified

305 self.prioritizer.update(text)
306
307 def set_search_path(self, search_path):
308 self.search_path = self.escaped_names(search_path)
309
310 def reset_completions(self):
311 self.databases = []

Callers 3

get_completerMethod · 0.95
refresh_schemataFunction · 0.80
execute_commandMethod · 0.80

Calls 1

escaped_namesMethod · 0.95

Tested by

no test coverage detected