Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsliceobject.h34 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.c1203 arg = Py_BuildValue("(N)", _PySlice_FromIndices(i, j)); in instance_slice()
1293 _PySlice_FromIndices(i, j)); in instance_ass_slice()
1327 _PySlice_FromIndices(i, j), value); in instance_ass_slice()
Dabstract.c2036 PyObject *slice = _PySlice_FromIndices(i1, i2);
2128 PyObject *slice = _PySlice_FromIndices(i1, i2);
/external/python/cpython2/PC/os2emx/
Dpython27.def520 "_PySlice_FromIndices"