You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then worth adding in a docs that .merge(other, true) is akin to a.update(b) in python, we could either add .update() as either an alias to .merge() or using PyDict_Update directly.
Would be great to have support for
PyDict_Merge
onPyDict
, e.g. via afn merge(other: &PyDict, override: bool)
method.The text was updated successfully, but these errors were encountered: