Searched refs:PySlice_GetIndices (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Misc/NEWS.d/next/C API/ |
D | 2018-07-26-12-24-29.bpo-34229.SupCZK.rst | 2 :c:func:`PySlice_GetIndices`.
|
/external/python/cpython2/Doc/c-api/ |
D | slice.rst | 31 .. c:function:: int PySlice_GetIndices(PySliceObject *slice, Py_ssize_t length, Py_ssize_t *start, … 54 Usable replacement for :c:func:`PySlice_GetIndices`. Retrieve the start,
|
/external/python/cpython2/Include/ |
D | sliceobject.h | 35 PyAPI_FUNC(int) PySlice_GetIndices(PySliceObject *r, Py_ssize_t length,
|
/external/python/cpython3/Include/ |
D | sliceobject.h | 41 PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length,
|
/external/python/cpython3/Doc/c-api/ |
D | slice.rst | 29 .. c:function:: int PySlice_GetIndices(PyObject *slice, Py_ssize_t length, Py_ssize_t *start, Py_ss… 48 Usable replacement for :c:func:`PySlice_GetIndices`. Retrieve the start,
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 359 PySlice_GetIndices
|
/external/python/cpython2/Objects/ |
D | sliceobject.c | 103 PySlice_GetIndices(PySliceObject *r, Py_ssize_t length, in PySlice_GetIndices() function
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2047 PySlice_GetIndices:int::: 2048 PySlice_GetIndices:PyObject*:slice:0: 2049 PySlice_GetIndices:Py_ssize_t:length:: 2050 PySlice_GetIndices:Py_ssize_t*:start:: 2051 PySlice_GetIndices:Py_ssize_t*:stop:: 2052 PySlice_GetIndices:Py_ssize_t*:step::
|
/external/python/cpython3/Objects/ |
D | sliceobject.c | 164 PySlice_GetIndices(PyObject *_r, Py_ssize_t length, in PySlice_GetIndices() function
|
/external/python/cpython3/PC/ |
D | python3.def | 535 PySlice_GetIndices=python37.PySlice_GetIndices
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 521 "PySlice_GetIndices"
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 1572 result = PySlice_GetIndices(slice, length, &start, &stop, &step); in get_indices()
|