Home
last modified time | relevance | path

Searched refs:Slice_kind (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Python/
Dast_unparse.c910 case Slice_kind: in append_ast_expr()
Dast.c343 case Slice_kind: in validate_expr()
Dast_opt.c580 case Slice_kind: in astfold_expr()
Dsymtable.c1710 case Slice_kind: in symtable_visit_expr()
Dcompile.c5303 case Slice_kind: in compiler_visit_expr1()
5428 case Slice_kind: in check_ann_subscr()
5619 assert(s->kind == Slice_kind); in compiler_slice()
DPython-ast.c3211 p->kind = Slice_kind; in _PyAST_Slice()
4600 case Slice_kind: in ast2obj_expr()
/third_party/python/Include/internal/
Dpycore_ast.h339 Name_kind=24, List_kind=25, Tuple_kind=26, Slice_kind=27}; enumerator