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:
configdict

Dictionary of configuration values.

*argsAny

Variable length argument list

**kwargsAny

Arbitrary keyword arguments.

Returns:
reader_from_configReader

Class instance with values loaded from config.