Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ __init__
Method
__init__
web/pgadmin/utils/exception.py:60–62 ·
view source on GitHub ↗
(self, _tunnel_host)
Source
from the content-addressed store, hash-verified
58
""
"
59
60
def
__init__(self, _tunnel_host):
61
self.tunnel_host = _tunnel_host
62
HTTPException.__init__(self)
63
64
@property
65
def
name(self):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected