Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c5424 check_ann_subscr(struct compiler *c, expr_ty e) in check_ann_subscr() function
5444 if (!check_ann_subscr(c, asdl_seq_GET(elts, i))) { in check_ann_subscr()
5499 !check_ann_subscr(c, targ->v.Subscript.slice))) { in compiler_annassign()