Searched refs:ARITH (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
H A D | ast.py | 665 ARITH = auto() # '+', '-' variable in _Precedence 1390 "+": _Precedence.ARITH, 1391 "-": _Precedence.ARITH, |
/third_party/python/Lib/test/ | ||
H A D | test_ast.py | 825 ARITH = enum.auto() # '+', '-' variable in AST_Tests.test_precedence_enum._Precedence |
Completed in 9 milliseconds