Searched refs:_PyAST_AsyncFor (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_ast.h | 666 stmt_ty _PyAST_AsyncFor(expr_ty target, expr_ty iter, asdl_stmt_seq * body,
|
/third_party/python/Grammar/ |
D | python.gram | 189 …CHECK_VERSION(stmt_ty, 5, "Async for loops are", _PyAST_AsyncFor(t, ex, b, el, NEW_TYPE_COMMENT(p,…
|
/third_party/python/Python/ |
D | Python-ast.c | 2196 _PyAST_AsyncFor(expr_ty target, expr_ty iter, asdl_stmt_seq * body, in _PyAST_AsyncFor() function 6767 *out = _PyAST_AsyncFor(target, iter, body, orelse, type_comment, in obj2ast_stmt()
|
/third_party/python/Parser/ |
D | parser.c | 4529 …_res = CHECK_VERSION ( stmt_ty , 5 , "Async for loops are" , _PyAST_AsyncFor ( t , ex , b , el , N… in for_stmt_rule()
|