Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c100 PR_NOT, /* 'not' */ enumerator
181 case Not: op = "not "; pr = PR_NOT; break; in append_ast_unaryop()