PySequence_InPlaceConcat method Null safety
Implementation
ffi.Pointer<PyObject> PySequence_InPlaceConcat(
ffi.Pointer<PyObject> o1,
ffi.Pointer<PyObject> o2,
) {
return _PySequence_InPlaceConcat(
o1,
o2,
);
}
ffi.Pointer<PyObject> PySequence_InPlaceConcat(
ffi.Pointer<PyObject> o1,
ffi.Pointer<PyObject> o2,
) {
return _PySequence_InPlaceConcat(
o1,
o2,
);
}