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