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
Type hints might be a good idea for newer Python versions, where the syntax of type hints has been simplified, esp. where multiple types are allowed for a variable.
Type hints ( https://docs.python.org/3/library/typing.html ) are useful for discovering runtime bugs while coding. I propose we use type hints for new code when possible.
Note that there is experimental support for numpy as well ( https://github.com/numpy/numpy-stubs )
The text was updated successfully, but these errors were encountered: