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
The utility.py file has grown a bit beyond reasonable size, and it contains a variety of functionality that could be grouped together in a nicer way. Suggestion:
printing.py: Stringification of stuff, including helpers for repr
types.py: Helpers for checking/coercing (data) types
misc.py: Everything left over
The text was updated successfully, but these errors were encountered:
The
utility.py
file has grown a bit beyond reasonable size, and it contains a variety of functionality that could be grouped together in a nicer way. Suggestion:printing.py
: Stringification of stuff, including helpers forrepr
types.py
: Helpers for checking/coercing (data) typesmisc.py
: Everything left overThe text was updated successfully, but these errors were encountered: