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

Method fetchall

pgcli/pgexecute.py:74–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 return super().__iter__()
73
74 def fetchall(self):
75 if self.protocol_error:
76 return [(self.protocol_message,)]
77 return super().fetchall()
78
79 def fetchone(self):
80 if self.protocol_error:

Callers 4

search_pathMethod · 0.80
schemataMethod · 0.80
databasesMethod · 0.80
full_databasesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected