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 3615349 commit f8b61c7Copy full SHA for f8b61c7
Doc/reference/compound_stmts.rst
@@ -1354,12 +1354,15 @@ access the local variables of the function containing the def. See section
1354
1355
:pep:`526` - Syntax for Variable Annotations
1356
Ability to type hint variable declarations, including class
1357
- variables and instance variables
+ variables and instance variables.
1358
1359
:pep:`563` - Postponed Evaluation of Annotations
1360
Support for forward references within annotations by preserving
1361
annotations in a string form at runtime instead of eager evaluation.
1362
1363
+ :pep:`318` - Decorators for Functions and Methods
1364
+ Function and method decorators were introduced.
1365
+ Class decorators were introduced in :pep:`3129`.
1366
1367
.. _class:
1368
0 commit comments