pylupnt.load_config

pylupnt.load_config(*args, **kwargs)

Overloaded function.

  1. load_config(path: str, key: str = ‘’, recursive: bool = True) -> pylupnt._pylupnt.Config

Load a config from a YAML file, optionally selecting a sub-key and resolving includes.

  1. load_config(config: dict) -> pylupnt._pylupnt.Config

Resolve includes/defaults on a config given as a dict or YAML node.

  1. load_config(config: pylupnt._pylupnt.Config) -> pylupnt._pylupnt.Config

Resolve includes/defaults on an existing Config.