Home
last modified time | relevance | path

Searched refs:_PyAST_AsyncWith (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h679 stmt_ty _PyAST_AsyncWith(asdl_withitem_seq * items, asdl_stmt_seq * body,
/third_party/python/Grammar/
Dpython.gram199 CHECK_VERSION(stmt_ty, 5, "Async with statements are", _PyAST_AsyncWith(a, b, NULL, EXTRA)) }
201 …CHECK_VERSION(stmt_ty, 5, "Async with statements are", _PyAST_AsyncWith(a, b, NEW_TYPE_COMMENT(p, …
/third_party/python/Python/
DPython-ast.c2298 _PyAST_AsyncWith(asdl_withitem_seq * items, asdl_stmt_seq * body, string in _PyAST_AsyncWith() function
7192 *out = _PyAST_AsyncWith(items, body, type_comment, lineno, col_offset, in obj2ast_stmt()
/third_party/python/Parser/
Dparser.c4758 …_res = CHECK_VERSION ( stmt_ty , 5 , "Async with statements are" , _PyAST_AsyncWith ( a , b , NULL… in with_stmt_rule()
4806 …_res = CHECK_VERSION ( stmt_ty , 5 , "Async with statements are" , _PyAST_AsyncWith ( a , b , NEW_… in with_stmt_rule()