Open
Description
The current way makes it tedious to instantiate certain classes. For example:
from crispy.gui.quanty.calculation import Element
element = Element(value="Fe2+")
Make value
the first keyword argument, so it doesn't need to be explicitly specified. Already these classes are heavy as they inherit from QObject
, no need to make things more verbose.
Metadata
Metadata
Assignees
Labels
No labels