Searched refs:GeneratorExp (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Parser/ |
D | Python.asdl | 63 | GeneratorExp(expr elt, comprehension* generators)
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 251 } GeneratorExp; member 478 #define GeneratorExp(a0, a1, a2, a3, a4) _Py_GeneratorExp(a0, a1, a2, a3, a4) macro
|
/external/python/cpython2/Python/ |
D | symtable.c | 1537 e->v.GeneratorExp.generators, in symtable_visit_genexp() 1538 e->v.GeneratorExp.elt, NULL); in symtable_visit_genexp()
|
D | Python-ast.c | 1715 GeneratorExp(expr_ty elt, asdl_seq * generators, int lineno, int col_offset, in GeneratorExp() function 1728 p->v.GeneratorExp.elt = elt; in GeneratorExp() 1729 p->v.GeneratorExp.generators = generators; in GeneratorExp() 2732 value = ast2obj_expr(o->v.GeneratorExp.elt); in ast2obj_expr() 2737 value = ast2obj_list(o->v.GeneratorExp.generators, in ast2obj_expr() 5386 *out = GeneratorExp(elt, generators, lineno, col_offset, arena); in obj2ast_expr()
|
D | compile.c | 2809 e->v.GeneratorExp.generators, in compiler_genexp() 2810 e->v.GeneratorExp.elt, NULL); in compiler_genexp()
|
D | ast.c | 1313 return GeneratorExp(elt, comps, LINENO(n), n->n_col_offset, c->c_arena); in ast_for_itercomp()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 717 "GeneratorExp"
|