Home
last modified time | relevance | path

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

/third_party/python/Python/
Dast_unparse.c791 if (slice->kind == Tuple_kind) { in append_ast_subscript()
916 case Tuple_kind: in append_ast_expr()
Dast.c215 case Tuple_kind: in validate_expr()
351 case Tuple_kind: in validate_expr()
Dast_opt.c364 arg->kind = Tuple_kind; in fold_iter()
588 case Tuple_kind: in astfold_expr()
Dcompile.c3448 if ((s->v.Assert.test->kind == Tuple_kind && in compiler_assert()
4121 case Tuple_kind: in infer_type()
4151 case Tuple_kind: in check_caller()
4215 case Tuple_kind: in check_index()
4613 case Tuple_kind: in compiler_sync_comprehension_generator()
5310 case Tuple_kind: in compiler_visit_expr1()
5439 case Tuple_kind: { in check_ann_subscr()
Dsymtable.c1735 case Tuple_kind: in symtable_visit_expr()
DPython-ast.c3193 p->kind = Tuple_kind; in _PyAST_Tuple()
4585 case Tuple_kind: in ast2obj_expr()
/third_party/python/Parser/
Dpegen.c193 case Tuple_kind: in _PyPegen_get_expr_name()
1843 case Tuple_kind: in _PyPegen_set_expr_context()
2515 case Tuple_kind: in _PyPegen_get_invalid_target()
/third_party/python/Include/internal/
Dpycore_ast.h339 Name_kind=24, List_kind=25, Tuple_kind=26, Slice_kind=27}; enumerator