Searched refs:_PyAST_AsyncFunctionDef (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 646 stmt_ty _PyAST_AsyncFunctionDef(identifier name, arguments_ty args,
|
| /third_party/python/Parser/ |
| D | action_helpers.c | 769 return _PyAST_AsyncFunctionDef( in _PyPegen_function_def_decorators()
|
| D | parser.c | 4524 …_res = CHECK_VERSION ( stmt_ty , 5 , "Async functions are" , _PyAST_AsyncFunctionDef ( n -> v . Na… in function_def_raw_rule()
|
| /third_party/python/Grammar/ |
| D | python.gram | 276 _PyAST_AsyncFunctionDef(n->v.Name.id,
|
| /third_party/python/Python/ |
| D | Python-ast.c | 1993 _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()
|