Uses of Class
org.bytedeco.cpython.PySliceObject
Packages that use PySliceObject
-
Uses of PySliceObject in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PySliceObjectModifier and TypeMethodDescriptionPySliceObject.getPointer(long i) PySliceObject.position(long position) -
Uses of PySliceObject in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global with parameters of type PySliceObjectModifier and TypeMethodDescriptionstatic intpython._PySlice_GetLongIndices(PySliceObject self, PyObject length, PyObject start_ptr, PyObject stop_ptr, PyObject step_ptr) static intpython._PySlice_GetLongIndices(PySliceObject self, PyObject length, PointerPointer start_ptr, PointerPointer stop_ptr, PointerPointer step_ptr)