Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c3321 compiler_visit_nested_slice(struct compiler *c, slice_ty s, in compiler_visit_nested_slice() function
3375 if (!compiler_visit_nested_slice(c, sub, ctx)) in compiler_visit_slice()
/external/python/cpython3/Python/
Dcompile.c4883 compiler_visit_nested_slice(struct compiler *c, slice_ty s, in compiler_visit_nested_slice() function
4926 if (!compiler_visit_nested_slice(c, sub, ctx)) in compiler_visit_slice()