Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c5399 check_ann_expr(struct compiler *c, expr_ty e) in check_ann_expr() function
5418 return check_ann_expr(c, s->v.AnnAssign.annotation); in check_annotation()
5429 if (e->v.Slice.lower && !check_ann_expr(c, e->v.Slice.lower)) { in check_ann_subscr()
5432 if (e->v.Slice.upper && !check_ann_expr(c, e->v.Slice.upper)) { in check_ann_subscr()
5435 if (e->v.Slice.step && !check_ann_expr(c, e->v.Slice.step)) { in check_ann_subscr()
5451 return check_ann_expr(c, e); in check_ann_subscr()
5492 !check_ann_expr(c, targ->v.Attribute.value)) { in compiler_annassign()
5498 (!check_ann_expr(c, targ->v.Subscript.value) || in compiler_annassign()