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
8
8
Stub files
9
9
----------
10
10
11
+ (Originally specified in :pep: `484 `.)
12
+
11
13
Stub files are files containing type hints that are only for use by
12
14
the type checker, not at runtime. There are several use cases for
13
15
stub files:
@@ -85,9 +87,13 @@ and type stubs for third-party libraries that don't ship their own type informat
85
87
stubs collected there are decided separately and described in the project's
86
88
documentation.
87
89
90
+ .. _packaging-typed-libraries :
91
+
88
92
Type information in libraries
89
93
-----------------------------
90
94
95
+ (Originally specified in :pep: `561 `.)
96
+
91
97
There are several motivations and methods of supporting typing in a package.
92
98
This specification recognizes three types of packages that users of typing wish to
93
99
create:
You can’t perform that action at this time.
0 commit comments