Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c3240 compiler_slice(struct compiler *c, slice_ty s, expr_context_ty ctx) in compiler_slice() function
3328 return compiler_slice(c, s, ctx); in compiler_visit_nested_slice()
3363 if (!compiler_slice(c, s, ctx)) in compiler_visit_slice()