PyDict_Update

PyDict_Update(mp, other) is equivalent to PyDict_Merge(mp, other, 1).

extern (C)
int
PyDict_Update

Meta