Home | History | Annotate | Download | only in Python

Lines Matching full:with_item

3139 /* with_item: test ['as' expr] */
3145 REQ(n, with_item);
3164 /* with_stmt: 'with' with_item (',' with_item)* ':' suite */