Searched defs:stmt (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | future.py | 7 def is_future(stmt): argument 31 def check_stmt(self, stmt): argument
|
D | transformer.py | 316 def stmt(self, nodelist): member in Transformer
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | timeit.py | 121 def __init__(self, stmt="pass", setup="pass", timer=default_timer): argument 225 def timeit(stmt="pass", setup="pass", timer=default_timer, argument 230 def repeat(stmt="pass", setup="pass", timer=default_timer, argument
|
D | symbol.py | 24 stmt = 267 variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
D | fix_tuple_params.py | 27 def is_docstring(stmt): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | graminit.h | 14 #define stmt 267 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | graminit.h | 14 #define stmt 267 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_descr.py | 112 def setop_test(self, a, b, res, stmt="a+=b", meth="__iadd__"): argument 131 def set2op_test(self, a, b, c, res, stmt="a[b]=c", meth="__setitem__"): argument 150 def set3op_test(self, a, b, c, d, res, stmt="a[b:c]=d", meth="__setslice__"): argument
|