Searched refs:with_item (Results 1 – 13 of 13) sorted by relevance
74 with_stmt: 'with' with_item (',' with_item)* ':' suite75 with_item: test ['as' expr]
80 with_stmt: 'with' with_item (',' with_item)* ':' suite81 with_item: test ['as' expr]
94 with_stmt: 'with' with_item (',' with_item)* ':' suite95 with_item: test ['as' expr]
97 with_stmt: 'with' with_item (',' with_item)* ':' suite98 with_item: test ['as' expr]
45 #define with_item 298 macro
49 #define with_item 302 macro
55 with_item = 298 variable
59 with_item = 302 variable
360 with_stmt: "with" with_item ("," with_item)* ":" `suite`361 with_item: `expression` ["as" `target`]365 #. The context expression (the expression given in the :token:`with_item`) is
386 with_stmt: "with" with_item ("," with_item)* ":" `suite`387 with_item: `expression` ["as" `target`]391 #. The context expression (the expression given in the :token:`with_item`) is
2661 int ok = (validate_ntype(tree, with_item) in validate_with_item()
3145 REQ(n, with_item); in ast_for_with_item()
3857 REQ(n, with_item); in ast_for_with_item()