Home
last modified time | relevance | path

Searched refs:RAISE_SYNTAX_ERROR_STARTING_FROM (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Parser/
H A Dpegen.h183 #define RAISE_SYNTAX_ERROR_STARTING_FROM(a, msg, ...) \ macro
H A Dparser.c22038 _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( a , "multiple exception types must be parenthesized" ); in invalid_except_stmt_rule()
23380 _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( a , "cannot use a starred expression in a dictionary value" ); in invalid_double_starred_kvpairs_rule()
23491 _res = RAISE_SYNTAX_ERROR_STARTING_FROM ( a , "cannot use a starred expression in a dictionary value" ); in invalid_kvpair_rule()
[all...]

Completed in 37 milliseconds