Searched refs:_PyAST_AsyncFunctionDef (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 639 stmt_ty _PyAST_AsyncFunctionDef(identifier name, arguments_ty args,
|
| /third_party/python/Parser/ |
| D | pegen.c | 2246 return _PyAST_AsyncFunctionDef( in _PyPegen_function_def_decorators()
|
| D | parser.c | 8784 …_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 | 413 _PyAST_AsyncFunctionDef(n->v.Name.id,
|
| /third_party/python/Python/ |
| D | Python-ast.c | 1978 _PyAST_AsyncFunctionDef(identifier name, arguments_ty args, asdl_stmt_seq * in _PyAST_AsyncFunctionDef() function 5982 *out = _PyAST_AsyncFunctionDef(name, args, body, decorator_list, in obj2ast_stmt()
|