Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testbuffer.c1712 init_slice(Py_buffer *base, PyObject *key, int dim) in init_slice() function
1827 if (init_slice(base, key, 0) < 0) in ndarray_subscript()
1840 if (init_slice(base, key, (int)i) < 0) in ndarray_subscript()
/external/python/cpython3/Objects/
Dmemoryobject.c2286 init_slice(Py_buffer *base, PyObject *key, int dim) in init_slice() function
2395 if (init_slice(&sliced->view, key, 0) < 0) { in memory_subscript()
2484 if (init_slice(&dest, key, 0) < 0) in memory_ass_sub()