PyDict_Update method Null safety
Implementation
int PyDict_Update(
ffi.Pointer<PyObject> mp,
ffi.Pointer<PyObject> other,
) {
return _PyDict_Update(
mp,
other,
);
}
int PyDict_Update(
ffi.Pointer<PyObject> mp,
ffi.Pointer<PyObject> other,
) {
return _PyDict_Update(
mp,
other,
);
}