Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c3320 compiler_visit_nested_slice(struct compiler *c, slice_ty s, in compiler_visit_nested_slice() function
3374 if (!compiler_visit_nested_slice(c, sub, ctx)) in compiler_visit_slice()