stdlibx.config.loaders.file module¶ class stdlibx.config.loaders.file.FileLoader(path, parser, *, missing_ok=False)[source]¶ Bases: object Parameters: path (str | PathLike[str]) parser (Callable[[SupportsRead[bytes]], Mapping[str, Any]]) missing_ok (bool) load()[source]¶ Return type: Mapping[str, Any]