Home
last modified time | relevance | path

Searched refs:deco (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dquopri.py204 deco = 0
208 if o == '-d': deco = 1
209 if tabs and deco:
225 if deco:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_skipping.py35 for deco, do_skip, dont_skip in op_table:
37 @deco(do_skip, "testing")
40 @deco(dont_skip, "testing")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decorators.py199 def deco(func): function
201 return deco
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dunparse.py227 for deco in t.decorator_list:
229 self.dispatch(deco)
243 for deco in t.decorator_list:
245 self.dispatch(deco)