Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ messages
Method
messages
web/pgadmin/__init__.py:114–118 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
112
113
@property
114
def
messages(self):
115
messages = dict()
116
for
module in self.submodules:
117
messages.update(getattr(module,
"messages"
, dict()))
118
return
messages
119
120
@property
121
def
exposed_endpoint_url_map(self):
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected