luigi.configuration.toml_parser module

class luigi.configuration.toml_parser.LuigiTomlParser[source]

Bases: luigi.configuration.base_parser.BaseParser

NO_DEFAULT = <object object>
enabled = False
data = {}
read(config_paths)[source]
get(section, option, default=<object object>, **kwargs)[source]
getboolean(section, option, default=<object object>)[source]
getint(section, option, default=<object object>)[source]
getfloat(section, option, default=<object object>)[source]
getintdict(section)[source]
set(section, option, value=None)[source]
has_option(section, option)[source]