typing.readthedocs.io - Static Typing with Python — typing documentation

Example domain paragraphs

Theme Auto Light Dark Table of Contents Static Typing with Python Guides Reference Specification Indices and tables Discussions and Support Typing-related Tools Type Checkers Development Environments Linters and Formatters Type-Hint and Stub Integration Typing PEPs Next topic Type System Guides

The documentation at https://mypy.readthedocs.io/ is relatively accessible and complete. Particularly refer to the “Type System Reference” section of the docs – since the Python typing system is standardised via PEPs, this information should apply to most Python type checkers.

Search Page