Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dbcli/pgcli
/ escaped_names
Method
escaped_names
pgcli/pgcompleter.py:159–160 ·
view source on GitHub ↗
(self, names)
Source
from the content-addressed store, hash-verified
157
return
name
158
159
def
escaped_names(self, names):
160
return
[self.escape_name(name)
for
name in names]
161
162
def
extend_database_names(self, databases):
163
self.databases.extend(databases)
Callers
6
extend_schemata
Method · 0.95
extend_relations
Method · 0.95
extend_columns
Method · 0.95
extend_functions
Method · 0.95
extend_datatypes
Method · 0.95
set_search_path
Method · 0.95
Calls
1
escape_name
Method · 0.95
Tested by
no test coverage detected