Home
last modified time | relevance | path

Searched refs:ast_warn (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dast.c121 ast_warn(struct compiling *c, const node *n, char *msg) in ast_warn() function
142 !ast_warn(c, n, "assignment to True or False is forbidden in 3.x")) in forbidden_check()
145 !ast_warn(c, n, "nonlocal is a keyword in 3.x")) in forbidden_check()
736 if (Py_Py3kWarningFlag && !ast_warn(c, ch, in ast_for_arguments()
770 !ast_warn(c, ch, "parenthesized argument names " in ast_for_arguments()
1502 !ast_warn(c, n, "backquote not supported in 3.x; use repr()")) in ast_for_atom()
3511 if (!ast_warn(c, n, in parsestr()