Home
last modified time | relevance | path

Searched refs:_PyAST_AsyncFunctionDef (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h646 stmt_ty _PyAST_AsyncFunctionDef(identifier name, arguments_ty args,
/third_party/python/Parser/
Daction_helpers.c769 return _PyAST_AsyncFunctionDef( in _PyPegen_function_def_decorators()
Dparser.c4524 …_res = CHECK_VERSION ( stmt_ty , 5 , "Async functions are" , _PyAST_AsyncFunctionDef ( n -> v . Na… in function_def_raw_rule()
/third_party/python/Grammar/
Dpython.gram276 _PyAST_AsyncFunctionDef(n->v.Name.id,
/third_party/python/Python/
DPython-ast.c1993 _PyAST_AsyncFunctionDef(identifier name, arguments_ty args, asdl_stmt_seq * in _PyAST_AsyncFunctionDef() function
6125 *out = _PyAST_AsyncFunctionDef(name, args, body, decorator_list, in obj2ast_stmt()