Home
last modified time | relevance | path

Searched refs:Decorators (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Tools/compiler/
Dast.txt14 Decorators: nodes!
/external/python/cpython2/Doc/library/
Dcompiler.rst297 | :class:`Decorators` | :attr:`nodes` | List of function decorator |
334 | :class:`Function` | :attr:`decorators` | :class:`Decorators` or ``None`` |
/external/python/cpython2/Doc/whatsnew/
D2.4.rst217 PEP 318: Decorators for Functions and Methods
270 Decorators must come on the line before a function definition, one decorator per
335 :pep:`318` - Decorators for Functions, Methods and Classes
778 * Decorators for functions and methods were added (:pep:`318`).
D2.6.rst1358 PEP 3129: Class Decorators
1361 Decorators have been extended from functions to classes. It's now legal to
1378 :pep:`3129` - Class Decorators
/external/python/cpython2/Lib/compiler/
Dast.py387 class Decorators(Node): class
Dtransformer.py233 return Decorators(items)
/external/ply/ply/
DCHANGES966 Note: Decorators require the use of Python 2.4 or later. If compatibility
/external/python/cpython2/Misc/
DHISTORY2731 - PEP-0318, Function Decorators have been added to the language. These are