File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1362,12 +1362,15 @@ access the local variables of the function containing the def. See section
1362
1362
1363
1363
:pep: `526 ` - Syntax for Variable Annotations
1364
1364
Ability to type hint variable declarations, including class
1365
- variables and instance variables
1365
+ variables and instance variables.
1366
1366
1367
1367
:pep: `563 ` - Postponed Evaluation of Annotations
1368
1368
Support for forward references within annotations by preserving
1369
1369
annotations in a string form at runtime instead of eager evaluation.
1370
1370
1371
+ :pep: `318 ` - Decorators for Functions and Methods
1372
+ Function and method decorators were introduced.
1373
+ Class decorators were introduced in :pep: `3129 `.
1371
1374
1372
1375
.. _class :
1373
1376
You can’t perform that action at this time.
0 commit comments