:tocdepth: 3 :py:mod:`gws.config.loader` =========================== .. py:module:: gws.config.loader **Source code:** :source:`gws.config.loader` Module Contents --------------- .. py:function:: activate(root_obj: gws.Root) .. py:function:: configure(manifest_path=None, config_path=None, config=None, before_init=None, fallback_config=None, with_spec_cache=True) -> gws.Root Configure the server .. py:function:: deactivate() .. py:function:: initialize(specs, parsed_config) -> gws.Root .. py:function:: load(path=None) -> gws.Root .. py:function:: real_config_path(config_path) .. py:function:: real_manifest_path(manifest_path) .. py:function:: root() -> gws.Root .. py:data:: ROOT_NAME :value: 'gws_root_object' .. py:function:: store(root_obj: gws.Root, path=None) -> str .. py:data:: STORE_PATH