Home
last modified time | relevance | path

Searched defs:GeneratorExp (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h251 } GeneratorExp; member
478 #define GeneratorExp(a0, a1, a2, a3, a4) _Py_GeneratorExp(a0, a1, a2, a3, a4) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h251 } GeneratorExp; member
478 #define GeneratorExp(a0, a1, a2, a3, a4) _Py_GeneratorExp(a0, a1, a2, a3, a4) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
DPython-ast.c1698 GeneratorExp(expr_ty elt, asdl_seq * generators, int lineno, int col_offset, in GeneratorExp() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
DPython-ast.c1715 GeneratorExp(expr_ty elt, asdl_seq * generators, int lineno, int col_offset, in GeneratorExp() function