Searched refs:_PyAST_AsyncWith (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_ast.h | 679 stmt_ty _PyAST_AsyncWith(asdl_withitem_seq * items, asdl_stmt_seq * body,
|
/third_party/python/Grammar/ |
D | python.gram | 199 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/ |
D | Python-ast.c | 2298 _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/ |
D | parser.c | 4758 …_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()
|