Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c4675 slice_ty subsl = (slice_ty)asdl_seq_GET(sl->v.ExtSlice.dims, i); in check_ann_subscr() local
4676 switch (subsl->kind) { in check_ann_subscr()
4679 if (!check_ann_slice(c, subsl)) { in check_ann_subscr()