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

Method __init__

pgcli/pgexecute.py:64–67  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

62 Pgbouncer database is a virtual database with its own set of commands."""
63
64 def __init__(self, *args, **kwargs):
65 self.protocol_error = False
66 self.protocol_message = ""
67 super().__init__(*args, **kwargs)
68
69 def __iter__(self):
70 if self.protocol_error:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected