pyd v0.10.1 (2018-09-20T03:30:51Z)
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
_