:tocdepth: 3 :py:mod:`gws.config` ==================== .. py:module:: gws.config **Source code:** :source:`gws.config` Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 loader/index.rst parser/index.rst util/index.rst Package Contents ---------------- .. py:function:: activate(root_obj: gws.Root) .. py:data:: CONFIG_PATH_PATTERN :value: '\\.(py|json|yaml|cx)$' .. 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:: parse(specs: gws.SpecRuntime, value, type_name: str, source_path='', read_options=None) Parse a dictionary according to the klass spec and return a config (Data) object .. py:function:: root() -> gws.Root .. py:function:: store(root_obj: gws.Root, path=None) -> str