from_config#
- classmethod caput.config.Reader.from_config(config: dict, *args: Any, **kwargs: Any) Reader[source]#
Create a new instance with values loaded from config.
- Parameters:
- config
dict Dictionary of configuration values.
- *argsAny
Variable length argument list
- **kwargsAny
Arbitrary keyword arguments.
- config
- Returns:
- reader_from_config
Reader Class instance with values loaded from config.
- reader_from_config