Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
PySliceObject |
PySliceObject.ob_base(PyObject setter) |
PySliceObject |
PySliceObject.position(long position) |
PySliceObject |
PySliceObject.start(PyObject setter) |
PySliceObject |
PySliceObject.step(PyObject setter) |
PySliceObject |
PySliceObject.stop(PyObject setter) |
Modifier and Type | Method and Description |
---|---|
static int |
python._PySlice_GetLongIndices(PySliceObject self,
PyObject length,
PointerPointer start_ptr,
PointerPointer stop_ptr,
PointerPointer step_ptr) |
static int |
python._PySlice_GetLongIndices(PySliceObject self,
PyObject length,
PyObject start_ptr,
PyObject stop_ptr,
PyObject step_ptr) |
Copyright © 2020. All rights reserved.