Home
last modified time | relevance | path

Searched defs:decorators (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DFusedNode.py43 decorators = None variable in FusedCFuncDefNode
DParsing.pxd177 cdef p_def_statement(PyrexScanner s, list decorators = *)
180 cdef p_class_statement(PyrexScanner s, decorators) argument
DParsing.py2903 def p_def_statement(s, decorators=None): argument
2952 def p_class_statement(s, decorators): argument
DNodes.py1191 decorators = None variable in CVarDefNode
2100 decorators = None variable in CFuncDefNode
2466 decorators = None variable in DefNode
3980 decorators = None variable in PyClassDefNode
3986 def __init__(self, pos, name, bases, doc, body, decorators=None, argument
4209 decorators = None variable in CClassDefNode
DParseTreeTransforms.py1291 def handle_decorators(self, node, decorators, name): argument
1508 def _handle_def(self, decorators, env, node): argument