Comment on Ask HN: Large number of function arguments in PythonComments−anoncake7yCheck out dataclasses[1]. It's in the standard library of Python 3.7 and there's a backport for earlier versions.https://docs.python.org/3/library/dataclasses.html−gcellsOP7yThanks, will look into it!
Comments
Check out dataclasses[1]. It's in the standard library of Python 3.7 and there's a backport for earlier versions.
https://docs.python.org/3/library/dataclasses.html
Thanks, will look into it!