MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / __init__

Method __init__

web/pgadmin/utils/exception.py:25–29  ·  view source on GitHub ↗
(self, _server_id, _database_name, _conn_id)

Source from the content-addressed store, hash-verified

23 """
24
25 def __init__(self, _server_id, _database_name, _conn_id):
26 self.sid = _server_id
27 self.db = _database_name
28 self.conn_id = _conn_id
29 HTTPException.__init__(self)
30
31 @property
32 def name(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected