Home
last modified time | relevance | path

Searched refs:decorator (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_docxmlrpc.py17 def decorator(func): function
23 return decorator
Dtest_support.py861 def decorator(func): function
890 return decorator
938 def decorator(f): function
962 return decorator
965 def decorator(f): function
983 return decorator
1162 def decorator(*args): function
1168 return decorator
Dpickletester.py22 def decorator(func): function
51 return decorator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_skipping.py119 def decorator(func): function
125 @decorator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h6 #define decorator 259 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h6 #define decorator 259 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py16 decorator = 259 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar22 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
23 decorators: decorator+
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt34 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
35 decorators: decorator+
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py57 def decorator(test_item): function
67 return decorator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py210 def decorator(self, nodelist): member in Transformer
231 assert dec_nodelist[0] == symbol.decorator
232 items.append(self.decorator(dec_nodelist[1:]))
Dpycodegen.py377 for decorator in node.decorators.nodes:
378 self.visit(decorator)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c2592 ok = (validate_ntype(tree, decorator) && in validate_decorator()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c2621 ok = (validate_ntype(tree, decorator) && in validate_decorator()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c842 REQ(n, decorator); in ast_for_decorator()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c842 REQ(n, decorator); in ast_for_decorator()