Home | History | Annotate | Download | only in compiler

Lines Matching full:with_item

970         # with_stmt: 'with' with_item (',' with_item)* ':' suite
979 # with_item: test ['as' expr]