Config
Properties and Methods
__init__(self, config, root=None, loader=None):
Loads the config from a file
loader
:ModuleLoader | None
No description…
config_file
:str | dict | module
No description…
@property
name(self):
@property
conf(self):
@property
opt_dict(self):
update(self, **kw):
save(self, file=None, mode=None, attribute='config'):
load_opts(self):
get_file(self, name, conf_attr='root'):
get_conf_attr(self, item):
__getattr__(self, item):
Examples
Edit Examples or
Create New Examples
Edit Template or
Create New Template
Edit Docstrings