Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_completer
Method · 0.95
refresh_schemata
Function · 0.80
execute_command
Method · 0.80
Calls
1
escaped_names
Method · 0.95
Tested by
no test coverage detected