pyd v0.9.9 (2017-01-10T04:31:58Z)
Home
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
_