pyd ~master (2018-03-05T17:12:37Z)
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
_