Searched refs:_PyAST_Assign (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_ast.h | 653 stmt_ty _PyAST_Assign(asdl_expr_seq * targets, expr_ty value, string
|
/third_party/python/Grammar/ |
D | python.gram | 104 _PyAST_Assign(a, b, NEW_TYPE_COMMENT(p, tc), EXTRA) }
|
/third_party/python/Python/ |
D | Python-ast.c | 2074 _PyAST_Assign(asdl_expr_seq * targets, expr_ty value, string type_comment, int in _PyAST_Assign() function 6333 *out = _PyAST_Assign(targets, value, type_comment, lineno, col_offset, in obj2ast_stmt()
|
/third_party/python/Parser/ |
D | parser.c | 2449 _res = _PyAST_Assign ( a , b , NEW_TYPE_COMMENT ( p , tc ) , EXTRA ); in assignment_rule()
|