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
13621362
13631363 :pep: `526 ` - Syntax for Variable Annotations
13641364 Ability to type hint variable declarations, including class
1365- variables and instance variables
1365+ variables and instance variables.
13661366
13671367 :pep: `563 ` - Postponed Evaluation of Annotations
13681368 Support for forward references within annotations by preserving
13691369 annotations in a string form at runtime instead of eager evaluation.
13701370
1371+ :pep: `318 ` - Decorators for Functions and Methods
1372+ Function and method decorators were introduced.
1373+ Class decorators were introduced in :pep: `3129 `.
13711374
13721375.. _class :
13731376
You can’t perform that action at this time.
0 commit comments