cpython-d ~master (2020-09-09T07:24:20Z)
Dub
Repo
PySlice_GetIndices
deimos
python
sliceobject
_
extern (
C
)
int
PySlice_GetIndices
(
PyObject
*
r
,
Py_ssize_t
length
,
Py_ssize_t
*
start
,
Py_ssize_t
*
stop
,
Py_ssize_t
*
step
)
Meta
Source
See Implementation
deimos
python
sliceobject
functions
PySlice_Check
PySlice_GetIndices
PySlice_GetIndicesEx
PySlice_New
Py_Ellipsis
structs
PySliceObject
_