MCPcopy
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_outputMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected