Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py17 decorators = 260 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h7 #define decorators 260 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h7 #define decorators 260 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py227 def decorators(self, nodelist): member in Transformer
Dast.py311 def __init__(self, name, bases, doc, code, decorators = None, lineno=None): argument
547 def __init__(self, decorators, name, argnames, defaults, flags, doc, code, lineno=None): argument