File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Distributing type information
88Stub files
99----------
1010
11+ (Originally specified in :pep: `484 `.)
12+
1113Stub files are files containing type hints that are only for use by
1214the type checker, not at runtime. There are several use cases for
1315stub files:
@@ -85,9 +87,13 @@ and type stubs for third-party libraries that don't ship their own type informat
8587stubs collected there are decided separately and described in the project's
8688documentation.
8789
90+ .. _packaging-typed-libraries :
91+
8892Type information in libraries
8993-----------------------------
9094
95+ (Originally specified in :pep: `561 `.)
96+
9197There are several motivations and methods of supporting typing in a package.
9298This specification recognizes three types of packages that users of typing wish to
9399create:
You can’t perform that action at this time.
0 commit comments