Lines Matching refs:keyword
145 !ast_warn(c, n, "nonlocal is a keyword in 3.x"))
1983 argument: [test '='] test [comp_for] # Really [keyword '='] test
2033 "non-keyword arg after keyword arg");
2064 * SF bug 132313 points out that complaining about a keyword
2072 ast_error(CHILD(ch, 0), "keyword can't be an expression");
2082 ast_error(CHILD(ch, 0), "keyword argument repeated");
2089 kw = keyword(key, e, c->c_arena);
2587 idx++; /* skip over the 'import' keyword */