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 a3148dc commit 4c27808Copy full SHA for 4c27808
pep-0484.txt
@@ -944,6 +944,16 @@ snippet in ``setup.py``::
944
],
945
...
946
947
+The Typeshed Repo
948
+-----------------
949
+
950
+There is a shared repository where useful stubs are being collected
951
+[typeshed]_. Note that stubs for a given package will not be included
952
+here without the explicit consent of the package owner. Further
953
+policies regarding the stubs collected here will be decided at a later
954
+time, after discussion on python-dev, and reported in the typeshed
955
+repo's README.
956
957
958
Exceptions
959
==========
@@ -1385,6 +1395,9 @@ References
1385
1395
.. [mypy]
1386
1396
http://mypy-lang.org
1387
1397
1398
+.. [typeshed]
1399
+ https://github.com/JukkaL/typeshed/
1400
1388
1401
.. [pyflakes]
1389
1402
https://github.com/pyflakes/pyflakes/
1390
1403
0 commit comments