MCPcopy 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
99def 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

utilsFunction · 0.90

Calls 2

get_settingFunction · 0.85
get_workspace_layoutFunction · 0.85

Tested by

no test coverage detected