Util Config Inspect

dffml.util.config.inspect.make_config_inspect(name: str, cls: Type, properties: Optional[Dict[str, Tuple[Type, field]]] = None)[source]

Given a class or function, read its docstring and __init__ parameters to generate a config class with properties containing the correct types, and default values.