Searched defs:AsyncWith (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ |
D | Python-ast.h | 178 } AsyncWith; member 522 #define AsyncWith(a0, a1, a2, a3, a4, a5, a6, a7) _Py_AsyncWith(a0, a1, a2, a3, a4, a5, a6, a7) macro
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 2323 AsyncWith(asdl_seq * items, asdl_seq * body, string type_comment, int lineno, in AsyncWith() function
|