We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7595380 commit 8ff44f8Copy full SHA for 8ff44f8
Doc/reference/compound_stmts.rst
@@ -1362,12 +1362,15 @@ access the local variables of the function containing the def. See section
1362
1363
:pep:`526` - Syntax for Variable Annotations
1364
Ability to type hint variable declarations, including class
1365
- variables and instance variables
+ variables and instance variables.
1366
1367
:pep:`563` - Postponed Evaluation of Annotations
1368
Support for forward references within annotations by preserving
1369
annotations in a string form at runtime instead of eager evaluation.
1370
1371
+ :pep:`318` - Decorators for Functions and Methods
1372
+ Function and method decorators were introduced.
1373
+ Class decorators were introduced in :pep:`3129`.
1374
1375
.. _class:
1376
0 commit comments