Home
last modified time | relevance | path

Searched refs:_PyPegen_get_last_comprehension_item (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Parser/
H A Dpegen.h327 expr_ty _PyPegen_get_last_comprehension_item(comprehension_ty comprehension);
H A Daction_helpers.c1149 _PyPegen_get_last_comprehension_item(comprehension_ty comprehension) { in _PyPegen_get_last_comprehension_item() function
1286 _PyPegen_get_last_comprehension_item(last_comprehension), in _PyPegen_nonparen_genexp_in_call()
H A Dparser.c18989 _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , _PyPegen_get_last_comprehension_item ( PyPegen_last_item ( b , comprehension_ty ) ) , "Generator expression must be parenthesized" ); in invalid_arguments_rule()
19082 _res = RAISE_SYNTAX_ERROR_KNOWN_RANGE ( a , _PyPegen_get_last_comprehension_item ( PyPegen_last_item ( b , comprehension_ty ) ) , "Generator expression must be parenthesized" ); in invalid_arguments_rule()
[all...]

Completed in 42 milliseconds