Home
last modified time | relevance | path

Searched refs:Tuple_kind (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Parser/
H A Daction_helpers.c366 case Tuple_kind: in _PyPegen_set_expr_context()
1088 case Tuple_kind: in _PyPegen_get_expr_name()
1219 case Tuple_kind: in _PyPegen_get_invalid_target()
/third_party/python/Python/
H A Dast_opt.c456 rhs->kind == Tuple_kind && in fold_binop()
589 arg->kind = Tuple_kind; in fold_iter()
803 case Tuple_kind: in astfold_expr()
H A Dast.c242 case Tuple_kind: in validate_expr()
378 case Tuple_kind: in validate_expr()
H A Dast_unparse.c905 case Tuple_kind: in append_ast_expr()
H A Dcompile.c4024 if ((s->v.Assert.test->kind == Tuple_kind && in compiler_assert()
4696 case Tuple_kind: in infer_type()
4726 case Tuple_kind: in check_caller()
4790 case Tuple_kind: in check_index()
5273 case Tuple_kind: in compiler_sync_comprehension_generator()
5951 case Tuple_kind: in compiler_visit_expr1()
6080 case Tuple_kind: { in check_ann_subscr()
H A Dsymtable.c1727 case Tuple_kind: in symtable_visit_expr()
H A DPython-ast.c3230 p->kind = Tuple_kind; in _PyAST_Tuple()
4667 case Tuple_kind: in ast2obj_expr()
/third_party/python/Include/internal/
H A Dpycore_ast.h346 Name_kind=24, List_kind=25, Tuple_kind=26, Slice_kind=27}; enumerator

Completed in 35 milliseconds