Searched refs:astfold_comprehension (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Python/ |
H A D | ast_opt.c | 632 static int astfold_comprehension(comprehension_ty node_, PyArena *ctx_, _PyASTOptimizeState *state); 743 CALL_SEQ(astfold_comprehension, comprehension, node_->v.ListComp.generators); in astfold_expr() 747 CALL_SEQ(astfold_comprehension, comprehension, node_->v.SetComp.generators); in astfold_expr() 752 CALL_SEQ(astfold_comprehension, comprehension, node_->v.DictComp.generators); in astfold_expr() 756 CALL_SEQ(astfold_comprehension, comprehension, node_->v.GeneratorExp.generators); in astfold_expr() 835 astfold_comprehension(comprehension_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_comprehension() function
|
Completed in 3 milliseconds