Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
DPython-ast.h161 } AsyncWith; member
491 #define AsyncWith(a0, a1, a2, a3, a4) _Py_AsyncWith(a0, a1, a2, a3, a4) macro
/external/python/cpython3/Python/
DPython-ast.c1554 AsyncWith(asdl_seq * items, asdl_seq * body, int lineno, int col_offset, in AsyncWith() function