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
Thorough checking for input types clutters the code and is not Pythonic. The user is expected to read the docstring of the parameters and pass the proper type.
Later, the type checking could be enforced by using static analyzers, such as mypy.
The text was updated successfully, but these errors were encountered:
Thorough checking for input types clutters the code and is not Pythonic. The user is expected to read the docstring of the parameters and pass the proper type.
Later, the type checking could be enforced by using static analyzers, such as mypy.
The text was updated successfully, but these errors were encountered: