Searched defs:POWER (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
H A D | ast.py | 668 POWER = auto() # '**' variable in _Precedence |
/third_party/python/Lib/test/ | ||
H A D | test_ast.py | 828 POWER = enum.auto() # '**' variable in AST_Tests.test_precedence_enum._Precedence |
Completed in 8 milliseconds