Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c3345 char * kindname = NULL; in compiler_visit_slice() local
3348 kindname = "index"; in compiler_visit_slice()
3354 kindname = "ellipsis"; in compiler_visit_slice()
3360 kindname = "slice"; in compiler_visit_slice()
3369 kindname = "extended slice"; in compiler_visit_slice()
3386 return compiler_handle_subscr(c, kindname, ctx); in compiler_visit_slice()
/external/python/cpython3/Python/
Dcompile.c4904 const char * kindname = NULL; in compiler_visit_slice() local
4907 kindname = "index"; in compiler_visit_slice()
4913 kindname = "slice"; in compiler_visit_slice()
4920 kindname = "extended slice"; in compiler_visit_slice()
4937 return compiler_handle_subscr(c, kindname, ctx); in compiler_visit_slice()