Searched refs:PySlice_GetIndices (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Doc/c-api/ |
D | slice.rst | 30 .. c:function:: int PySlice_GetIndices(PyObject *slice, Py_ssize_t length, Py_ssize_t *start, Py_ss… 49 Usable replacement for :c:func:`PySlice_GetIndices`. Retrieve the start,
|
/third_party/python/Include/ |
D | sliceobject.h | 41 PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length,
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 2056 PySlice_GetIndices:int::: 2057 PySlice_GetIndices:PyObject*:slice:0: 2058 PySlice_GetIndices:Py_ssize_t:length:: 2059 PySlice_GetIndices:Py_ssize_t*:start:: 2060 PySlice_GetIndices:Py_ssize_t*:stop:: 2061 PySlice_GetIndices:Py_ssize_t*:step::
|
D | stable_abi.dat | 558 function,PySlice_GetIndices,3.2,
|
/third_party/python/Objects/ |
D | sliceobject.c | 171 PySlice_GetIndices(PyObject *_r, Py_ssize_t length, in PySlice_GetIndices() function
|
/third_party/python/PC/ |
D | python3dll.c | 519 EXPORT_FUNC(PySlice_GetIndices)
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1195 function PySlice_GetIndices
|