Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c284 static PyObject* ast2obj_slice(void*);
2861 value = ast2obj_slice(o->v.Subscript.slice); in ast2obj_expr()
2960 ast2obj_slice(void* _o) in ast2obj_slice() function
2996 value = ast2obj_list(o->v.ExtSlice.dims, ast2obj_slice); in ast2obj_slice()
/external/python/cpython3/Python/
DPython-ast.c369 static PyObject* ast2obj_slice(void*);
3396 value = ast2obj_slice(o->v.Subscript.slice); in ast2obj_expr()
3509 ast2obj_slice(void* _o) in ast2obj_slice() function
3540 value = ast2obj_list(o->v.ExtSlice.dims, ast2obj_slice); in ast2obj_slice()