Table of Contents
configstruct()
config_struct_to_dict()
config_struct_from_dict()
Class decorator to mark classes that hold QMI configuration data.
This decorator is based on the standard @dataclass decorator. It calls @dataclass(init=False) to do most of the work, then adds a custom __init__() method.
@dataclass(init=False)