Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_unparse.c90 PR_ARITH, /* '+', '-' */ enumerator
128 case Add: op = " + "; pr = PR_ARITH; break; in append_ast_binop()
129 case Sub: op = " - "; pr = PR_ARITH; break; in append_ast_binop()