CatalogWorkspaceService.

load_and_put_declarative_workspaces

load_and_put_declarative_workspaces( layout_root_path: Path ) -> None

Loads and sets the layouts stored using store_declarative_workspaces.

This method combines load_declarative_workspaces and put_declarative_workspaces methods to load and set layouts stored using store_declarative_workspaces.

Parameters

nametypedescription
layout_root_pathPathPath to the root of the layout directory. Defaults to Path.cwd().

Returns

None