Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c3344 char * kindname = NULL; in compiler_visit_slice() local
3347 kindname = "index"; in compiler_visit_slice()
3353 kindname = "ellipsis"; in compiler_visit_slice()
3359 kindname = "slice"; in compiler_visit_slice()
3368 kindname = "extended slice"; in compiler_visit_slice()
3385 return compiler_handle_subscr(c, kindname, ctx); in compiler_visit_slice()