byoc.TomlConfig

class byoc.TomlConfig(obj, path=None, *, path_getter=None, schema=None, root_key=None, **kwargs)

Bases: byoc.FileConfig

Public Data Attributes:

suffixes

Inherited from FileConfig

path

schema

root_key

paths

Inherited from Config

autoload

dynamic

Public Methods:

Inherited from FileConfig

path_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)


static _do_load(path)[source]
suffixes = ('.toml',)