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
Python 3 has typing module to annotate functions. It should be possible to validate given input parameters match the specified type in the annotations and raise an error if they don't match.
The text was updated successfully, but these errors were encountered:
Python 3 has typing module to annotate functions. It should be possible to validate given input parameters match the specified type in the annotations and raise an error if they don't match.
The text was updated successfully, but these errors were encountered: