PyList_GetSlice method Null safety
Implementation
ffi.Pointer<PyObject> PyList_GetSlice(
ffi.Pointer<PyObject> arg0,
int arg1,
int arg2,
) {
return _PyList_GetSlice(
arg0,
arg1,
arg2,
);
}
ffi.Pointer<PyObject> PyList_GetSlice(
ffi.Pointer<PyObject> arg0,
int arg1,
int arg2,
) {
return _PyList_GetSlice(
arg0,
arg1,
arg2,
);
}