flownet icon indicating copy to clipboard operation
flownet copied to clipboard

Refactor _simulation_keywords.py

Open olelod opened this issue 4 years ago • 0 comments

The number of variables inside some of the classes here are getting very large - currently max-attributes in .pylintrc is set to 16 (default is 7). There should be potential for refactoring using python dataclasses (ref https://docs.python.org/3/library/dataclasses.html).

olelod avatar Jun 28 '21 10:06 olelod