Home
last modified time | relevance | path

Searched defs:AsyncFor (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
DPython-ast.h154 } AsyncFor; member
506 #define AsyncFor(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) _Py_AsyncFor(a0, a1, a2, a3, a4, a5, a6, a… macro
/third_party/python/Python/
DPython-ast.c2224 AsyncFor(expr_ty target, expr_ty iter, asdl_seq * body, asdl_seq * orelse, in AsyncFor() function