Home | History | Annotate | Download | only in compiler

Lines Matching refs:With

790     # enough to cause a stack overflow compiling test.test_parser with
854 # we have already seen an argument with default, but here
970 # with_stmt: 'with' with_item (',' with_item)* ':' suite
985 return With(expr, var, body, lineno=lineno)