cpython v1.0.0-beta1 (2016-02-02T09:05:10Z)
Dub
Repo
PySlice_GetIndicesEx
deimos
python
sliceobject
_
extern (
C
)
int
PySlice_GetIndicesEx
(
PyObject
*
r
,
Py_ssize_t
length
,
Py_ssize_t
*
start
,
Py_ssize_t
*
stop
,
Py_ssize_t
*
step
,
Py_ssize_t
*
slicelength
)
Meta
Source
See Implementation
deimos
python
sliceobject
functions
PySlice_Check
PySlice_GetIndices
PySlice_GetIndicesEx
PySlice_New
properties
Py_Ellipsis
structs
PySliceObject
_