Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
DPython-ast.h91 } AsyncFunctionDef; member
454 #define AsyncFunctionDef(a0, a1, a2, a3, a4, a5, a6, a7) _Py_AsyncFunctionDef(a0, a1, a2, a3, a4, a… macro
/external/python/cpython3/Python/
DPython-ast.c1274 AsyncFunctionDef(identifier name, arguments_ty args, asdl_seq * body, asdl_seq in AsyncFunctionDef() function