Searched refs:Decorators (Results 1 – 17 of 17) sorted by relevance
14 Decorators: nodes!
297 | :class:`Decorators` | :attr:`nodes` | List of function decorator |334 | :class:`Function` | :attr:`decorators` | :class:`Decorators` or ``None`` |
1705 TEST_F(FormatTestJS, Decorators) { in TEST_F() argument
217 PEP 318: Decorators for Functions and Methods270 Decorators must come on the line before a function definition, one decorator per335 :pep:`318` - Decorators for Functions, Methods and Classes778 * Decorators for functions and methods were added (:pep:`318`).
1358 PEP 3129: Class Decorators1361 Decorators have been extended from functions to classes. It's now legal to1378 :pep:`3129` - Class Decorators
1362 PEP 3129: Class Decorators1365 Decorators have been extended from functions to classes. It's now legal to1382 :pep:`3129` - Class Decorators
510 Decorators chapter
859 with same name as module level class. Decorators are also returned as part
233 return Decorators(items)
387 class Decorators(Node): class
748 :pep:`3129` - Class Decorators
364 Patch Decorators
1868 Nesting Patch Decorators
979 Note: Decorators require the use of Python 2.4 or later. If compatibility
2731 - PEP-0318, Function Decorators have been added to the language. These are
20115 - PEP-0318, Function Decorators have been added to the language. These are