module documentation

Undocumented

Function activate Undocumented
Function configure Configure the server
Function deactivate Undocumented
Function initialize Undocumented
Function load Undocumented
Function real_config_path Undocumented
Function real_manifest_path Undocumented
Function root Undocumented
Function store Undocumented
Constant ROOT_NAME Undocumented
Constant STORE_PATH Undocumented
Function _load Undocumented
Constant _DEFAULT_CONFIG_PATHS Undocumented
Constant _DEFAULT_MANIFEST_PATHS Undocumented
def activate(root_obj: gws.IRoot): (source)

Undocumented

def configure(manifest_path=None, config_path=None, config=None, before_init=None, fallback_config=None, with_spec_cache=True) -> gws.IRoot: (source)

Configure the server

def deactivate(): (source)

Undocumented

def initialize(specs, parsed_config) -> gws.IRoot: (source)

Undocumented

def load(path=None) -> gws.Root: (source)

Undocumented

def real_config_path(config_path): (source)

Undocumented

def real_manifest_path(manifest_path): (source)

Undocumented

def root() -> gws.Root: (source)

Undocumented

def store(root_obj: gws.IRoot, path=None) -> str: (source)

Undocumented

ROOT_NAME: str = (source)

Undocumented

Value
'gws_root_object'
STORE_PATH = (source)

Undocumented

Value
gws.CONFIG_DIR+'/config.pickle'
def _load(path) -> gws.Root: (source)

Undocumented

_DEFAULT_CONFIG_PATHS: list[str] = (source)

Undocumented

Value
['/data/config.cx', '/data/config.json', '/data/config.yaml', '/data/config.py']
_DEFAULT_MANIFEST_PATHS: list[str] = (source)

Undocumented

Value
['/data/MANIFEST.json']