Getting Started with Python Type Hints and Annotations
Type hints may be built-in classes (including those defined in standard library or third-party extension modules), abstract base classes, types available in the types module, and user-defined classes (including those defined in the standard library or third-party modules). PEP 3107 – van Rossum, Lehtosalo & Langa I’ve never written type hints for any of my […]