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 @@ -1354,12 +1354,15 @@ access the local variables of the function containing the def. See section
13541354
13551355 :pep: `526 ` - Syntax for Variable Annotations
13561356 Ability to type hint variable declarations, including class
1357- variables and instance variables
1357+ variables and instance variables.
13581358
13591359 :pep: `563 ` - Postponed Evaluation of Annotations
13601360 Support for forward references within annotations by preserving
13611361 annotations in a string form at runtime instead of eager evaluation.
13621362
1363+ :pep: `318 ` - Decorators for Functions and Methods
1364+ Function and method decorators were introduced.
1365+ Class decorators were introduced in :pep: `3129 `.
13631366
13641367.. _class :
13651368
You can’t perform that action at this time.
0 commit comments