File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,12 @@ Relevant PEPs
59
59
60
60
Since the initial introduction of type hints in :pep: `484 ` and :pep: `483 `, a
61
61
number of PEPs have modified and enhanced Python's framework for type
62
- annotations. These include:
62
+ annotations:
63
+
64
+ .. raw :: html
65
+
66
+ <details >
67
+ <summary ><a style =" cursor :pointer ;" >The full list of PEPs</a ></summary >
63
68
64
69
* :pep: `526 `: Syntax for Variable Annotations
65
70
*Introducing * syntax for annotating variables outside of function
@@ -106,6 +111,11 @@ annotations. These include:
106
111
* :pep: `698 `: Adding an override decorator to typing
107
112
*Introducing * the :func: `@override<override> ` decorator
108
113
114
+ .. raw :: html
115
+
116
+ </details >
117
+ <br >
118
+
109
119
.. _type-aliases :
110
120
111
121
Type aliases
You can’t perform that action at this time.
0 commit comments