You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are using namedtuples. A problem with this is that you can't have default values when we move to python3 in production (3.7) we can refactor those to dataclasses.
Currently, we are using namedtuples. A problem with this is that you can't have default values when we move to python3 in production (3.7) we can refactor those to dataclasses.
Pros:
ref #4456 (comment)
The text was updated successfully, but these errors were encountered: