Type hints for Python functions #162
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
Python
Issues related to the Python API
Type hints are useful for new users to understand what functions are doing and also help during the development because IDE's and linters can use this information to help the developer.
Currentlty, many functions miss these type hints and we should add them.
The text was updated successfully, but these errors were encountered: