Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ get_submodules
Function
get_submodules
web/pgadmin/submodules.py:14–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
14
def
get_submodules():
15
return
[
16
AboutModule,
17
AuthenticateModule,
18
BrowserModule,
19
DashboardModule,
20
HelpModule,
21
LLMModule,
22
MiscModule,
23
PreferencesModule,
24
RedirectModule,
25
SettingsModule,
26
ToolsModule
27
]
Callers
1
create_app
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected