Home
last modified time | relevance | path

Searched refs:Index_kind (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h315 enum _slice_kind {Ellipsis_kind=1, Slice_kind=2, ExtSlice_kind=3, Index_kind=4}; enumerator
/external/python/cpython2/Python/
Dsymtable.c1475 case Index_kind: in symtable_visit_slice()
Dast.c1700 if (slc->kind != Index_kind) in ast_for_trailer()
1714 assert(slc->kind == Index_kind && slc->v.Index.value); in ast_for_trailer()
Dcompile.c3330 case Index_kind: in compiler_visit_nested_slice()
3347 case Index_kind: in compiler_visit_slice()
DPython-ast.c2033 p->kind = Index_kind; in Index()
3002 case Index_kind: in ast2obj_slice()