We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a27be7 commit ba755a2Copy full SHA for ba755a2
Doc/library/typing.rst
@@ -38,6 +38,14 @@ provides backports of these new features to older versions of Python.
38
39
.. seealso::
40
41
+ For a quick overview of type hints, refer to
42
+ `this cheat sheet <https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html>`_.
43
+
44
+ The "Type System Reference" section of https://mypy.readthedocs.io/ -- since
45
+ the Python typing system is standardised via PEPs, this reference should
46
+ broadly apply to most Python type checkers, although some parts may still be
47
+ specific to mypy.
48
49
The documentation at https://typing.readthedocs.io/ serves as useful reference
50
for type system features, useful typing related tools and typing best practices.
51
0 commit comments