Configloader Configloader
- class dffml.configloader.configloader.BaseConfigLoader(config: Optional[Type[dffml.base.BaseConfig]])[source]
- async classmethod load_single_file(parsers: Dict[str, dffml.configloader.configloader.BaseConfigLoader], exit_stack: contextlib.AsyncExitStack, path: pathlib.Path, *, base_dir: Optional[pathlib.Path] = None) Dict [source]
Load one file and load the ConfigLoader for it if necessary, using the AsyncExitStack provided.
- class dffml.configloader.configloader.BaseConfigLoaderContext(parent: dffml.configloader.configloader.BaseConfigLoader)[source]