Home
last modified time | relevance | path

Searched refs:Decorators (Results 1 – 17 of 17) 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/llvm-project/clang/unittests/Format/
DFormatTestJS.cpp1705 TEST_F(FormatTestJS, Decorators) { in TEST_F() argument
/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/cpython3/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.rst1362 PEP 3129: Class Decorators
1365 Decorators have been extended from functions to classes. It's now legal to
1382 :pep:`3129` - Class Decorators
/external/python/enum34/enum/doc/
Denum.rst510 Decorators chapter
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a6.rst859 with same name as module level class. Decorators are also returned as part
/external/python/cpython2/Lib/compiler/
Dtransformer.py233 return Decorators(items)
Dast.py387 class Decorators(Node): class
/external/python/cpython3/Doc/reference/
Dcompound_stmts.rst748 :pep:`3129` - Class Decorators
/external/python/cpython3/Doc/library/
Dunittest.mock-examples.rst364 Patch Decorators
Dunittest.mock.rst1868 Nesting Patch Decorators
/external/ply/ply/
DCHANGES979 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
/external/python/cpython3/Misc/
DHISTORY20115 - PEP-0318, Function Decorators have been added to the language. These are