PySequence_InPlaceRepeat method Null safety
Implementation
ffi.Pointer<PyObject> PySequence_InPlaceRepeat(
ffi.Pointer<PyObject> o,
int count,
) {
return _PySequence_InPlaceRepeat(
o,
count,
);
}
ffi.Pointer<PyObject> PySequence_InPlaceRepeat(
ffi.Pointer<PyObject> o,
int count,
) {
return _PySequence_InPlaceRepeat(
o,
count,
);
}