Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
DPython-ast.h103 } AsyncFunctionDef; member
473 #define AsyncFunctionDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) _Py_AsyncFunctionDef(a0, a1, … macro
/external/python/cpython3/Python/
DPython-ast.c2008 AsyncFunctionDef(identifier name, arguments_ty args, asdl_seq * body, asdl_seq in AsyncFunctionDef() function