Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c4170 check_subscripter(struct compiler *c, expr_ty e) in check_subscripter() function
5595 if (!check_subscripter(c, e->v.Subscript.value)) { in compiler_subscript()