Replacing the func_dump dictionary by dataclasses
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 ?
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 ?