cpython ~master (2016-02-02T15:55:08Z)
Dub
Repo
PySlice_New
deimos
python
sliceobject
_
extern (
C
)
PyObject
*
PySlice_New
(
PyObject
*
start
,
PyObject
*
stop
,
PyObject
*
step
)
Meta
Source
See Implementation
deimos
python
sliceobject
functions
PySlice_Check
PySlice_GetIndices
PySlice_GetIndicesEx
PySlice_New
properties
Py_Ellipsis
structs
PySliceObject
_