Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsliceobject.h34 PyAPI_FUNC(PyObject *) _PySlice_FromIndices(Py_ssize_t start, Py_ssize_t stop);
/external/python/cpython3/Include/
Dsliceobject.h36 PyAPI_FUNC(PyObject *) _PySlice_FromIndices(Py_ssize_t start, Py_ssize_t stop);
/external/python/cpython2/Objects/
Dsliceobject.c84 _PySlice_FromIndices(Py_ssize_t istart, Py_ssize_t istop) in _PySlice_FromIndices() function
Dclassobject.c1202 arg = Py_BuildValue("(N)", _PySlice_FromIndices(i, j)); in instance_slice()
1292 _PySlice_FromIndices(i, j)); in instance_ass_slice()
1326 _PySlice_FromIndices(i, j), value); in instance_ass_slice()
Dabstract.c2033 PyObject *slice = _PySlice_FromIndices(i1, i2);
2125 PyObject *slice = _PySlice_FromIndices(i1, i2);
/external/python/cpython3/Objects/
Dsliceobject.c145 _PySlice_FromIndices(Py_ssize_t istart, Py_ssize_t istop) in _PySlice_FromIndices() function
Dabstract.c1689 PyObject *slice = _PySlice_FromIndices(i1, i2); in PySequence_GetSlice()
1771 PyObject *slice = _PySlice_FromIndices(i1, i2); in PySequence_SetSlice()
1796 PyObject *slice = _PySlice_FromIndices(i1, i2); in PySequence_DelSlice()
/external/python/cpython2/PC/os2emx/
Dpython27.def520 "_PySlice_FromIndices"