ConfigWrapper
- class app.util.config.wrapper.ConfigWrapper[source]
Bases:
Generic
Inheritance Diagram for ConfigWrapper
Methods
__init__
(config_class, argparser_class)load
(config)open
(path)reset
()Attributes
- initialize()[source]
- Return type:
TypeVar
(C
, bound=ConfigBase
)
- open(path)[source]
- Return type:
TypeVar
(C
, bound=ConfigBase
)- Parameters:
path (ConfigFilePath | str)