Type Hints #61
Labels
improvement
Improvements of existing functionality
refactoring
Refactoring of existing functionality
Milestone
All internal classes and methods should have type hints (https://docs.python.org/3/library/typing.html). This prevents pesky type bugs.
Example method with a
str
type hint:The text was updated successfully, but these errors were encountered: