Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dbcli/pgcli
/ get_list
Method
get_list
pgcli/pyev.py:412–413 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
410
)
411
412
def
get_list(self):
413
return
"\n"
.join(self.string_lines)
414
415
def
print(self):
416
for
lin in self.string_lines:
Callers
1
format_output
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected