stdlibx.config.loaders.yaml module¶
- class stdlibx.config.loaders.yaml.YamlLoader(path, *, missing_ok=False, yaml_typ=None, yaml_pure=False)[source]¶
Bases:
FileLoader- Parameters:
path (str | PathLike[str])
missing_ok (bool)
yaml_typ (Literal['rt', 'safe', 'unsafe', 'full', 'base'] | None)
yaml_pure (bool)