Home | History | Annotate | Download | only in Python

Lines Matching refs:ast_for_for_stmt

604 static stmt_ty ast_for_for_stmt(struct compiling *, const node *, bool);
1650 return ast_for_for_stmt(c, n,
3685 ast_for_for_stmt(struct compiling *c, const node *n0, bool is_async)
4017 return ast_for_for_stmt(c, ch, 0);