Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c5211 check_ann_subscr(struct compiler *c, expr_ty e) in check_ann_subscr() function
5231 if (!check_ann_subscr(c, asdl_seq_GET(elts, i))) { in check_ann_subscr()
5286 !check_ann_subscr(c, targ->v.Subscript.slice))) { in compiler_annassign()