Home | History | Annotate | Download | only in Python

Lines Matching full:with_item

3851 /* with_item: test ['as' expr] */
3857 REQ(n, with_item);
3875 /* with_stmt: 'with' with_item (',' with_item)* ':' suite */