Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ get_layout
Function
get_layout
web/pgadmin/settings/__init__.py:99–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
98
99
def
get_layout():
100
layout = {
'Browser/Layout'
: get_setting(
'Browser/Layout'
, default=
''
)}
101
layout = {**layout, **get_workspace_layout()}
102
return
layout
103
104
105
@blueprint.route(
"/"
)
Callers
1
utils
Function · 0.90
Calls
2
get_setting
Function · 0.85
get_workspace_layout
Function · 0.85
Tested by
no test coverage detected