Skip to content

Replacing the func_dump dictionary by dataclasses

David Schäfer requested to merge dataclass into develop

I can't stand all this dictionary access stuff in core, so I'd like to propose a solution using dataclasses. This would break Python3.6 support though. Thoughts @palmb ?

Merge request reports