Python 3 and Generic Classes for IDE type-hinting
Using Python 3 Generic types in a base class we can then provide concrete types in a subclass to get accurate type hints from an IDE like PyCharm.
Ramblings of a Coder
Using Python 3 Generic types in a base class we can then provide concrete types in a subclass to get accurate type hints from an IDE like PyCharm.