byoc.TomlConfig
- class byoc.TomlConfig(obj, path=None, *, path_getter=None, schema=None, root_key=None, **kwargs)
Bases:
byoc.FileConfigPublic Data Attributes:
Inherited from
FileConfigpathschemaroot_keypathsInherited from
ConfigautoloaddynamicPublic Methods:
Inherited from
FileConfigpath_getter()__init__(obj[, path, path_getter, schema, ...])get_paths()load()load_from_path(path, *[, schema, root_key])Inherited from
Config__init__(obj[, path, path_getter, schema, ...])__repr__()Return repr(self).
setup(*args, **kwargs)load()Private Methods:
_do_load(path)Inherited from
FileConfig_do_load_with_linenos(path)_do_load(path)
- suffixes = ('.toml',)