Home
last modified time | relevance | path

Searched defs:AWAIT (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/lib2to3/pgen2/
Dtoken.py65 AWAIT = 56 variable
/third_party/python/Lib/
Dtoken.py61 AWAIT = 55 variable
Dast.py669 AWAIT = auto() # 'await' variable in _Precedence
/third_party/python/Include/
Dtoken.h68 #define AWAIT 55 macro
/third_party/python/Lib/test/
Dtest_ast.py829 AWAIT = enum.auto() # 'await' variable in AST_Tests.test_precedence_enum._Precedence