Home
last modified time | relevance | path

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

/third_party/python/Include/
DPython-ast.h297 } GeneratorExp; member
601 #define GeneratorExp(a0, a1, a2, a3, a4, a5, a6) _Py_GeneratorExp(a0, a1, a2, a3, a4, a5, a6) macro
/third_party/python/Python/
DPython-ast.c2829 GeneratorExp(expr_ty elt, asdl_seq * generators, int lineno, int col_offset, in GeneratorExp() function