Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c3212 compiler_handle_subscr(struct compiler *c, const char *kind, in compiler_handle_subscr() function
3386 return compiler_handle_subscr(c, kindname, ctx); in compiler_visit_slice()
/external/python/cpython3/Python/
Dcompile.c4825 compiler_handle_subscr(struct compiler *c, const char *kind, in compiler_handle_subscr() function
4937 return compiler_handle_subscr(c, kindname, ctx); in compiler_visit_slice()