Home
last modified time | relevance | path

Searched refs:PySlice_GetIndices (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Doc/c-api/
Dslice.rst30 .. 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/
Dsliceobject.h41 PyAPI_FUNC(int) PySlice_GetIndices(PyObject *r, Py_ssize_t length,
/third_party/python/Doc/data/
Drefcounts.dat2056 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::
Dstable_abi.dat558 function,PySlice_GetIndices,3.2,
/third_party/python/Objects/
Dsliceobject.c171 PySlice_GetIndices(PyObject *_r, Py_ssize_t length, in PySlice_GetIndices() function
/third_party/python/PC/
Dpython3dll.c519 EXPORT_FUNC(PySlice_GetIndices)
/third_party/python/Misc/
Dstable_abi.txt1195 function PySlice_GetIndices