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]
78 with_stmt: 'with' with_item (',' with_item)* ':' suite79 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]
49 #define with_item 302 macro
45 #define with_item 298 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
393 with_stmt: "with" `with_item` ("," `with_item`)* ":" `suite`394 with_item: `expression` ["as" `target`]398 #. The context expression (the expression given in the :token:`with_item`) is
2703 int ok = (validate_ntype(tree, with_item) in validate_with_item()
3147 REQ(n, with_item); in ast_for_with_item()
3854 REQ(n, with_item); in ast_for_with_item()