gws.config.loader

Source code: gws.config.loader

Module Contents

gws.config.loader.STORE_PATH
gws.config.loader.ROOT_NAME = 'gws_root_object'
gws.config.loader.configure(manifest_path=None, config_path=None, config=None, before_init=None, fallback_config=None, with_spec_cache=True) gws.Root

Configure the server

gws.config.loader.initialize(specs, parsed_config) gws.Root
gws.config.loader.activate(root_obj: gws.Root)
gws.config.loader.deactivate()
gws.config.loader.store(root_obj: gws.Root, path=None) str
gws.config.loader.load(path=None) gws.Root
gws.config.loader.root() gws.Root
gws.config.loader.real_config_path(config_path)
gws.config.loader.real_manifest_path(manifest_path)