MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / insertdict

Function insertdict

Objects/dictobject.c:544–557  ·  view source on GitHub ↗

Internal routine to insert a new item into the table. Used both by the internal resize routine and by the public insert routine. Eats a reference to key and one to value. Returns -1 if an error occurred, or 0 on success. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

dict_fromkeysFunction · 0.85
PyDict_MergeFunction · 0.85

Calls 1

insertdict_by_entryFunction · 0.85

Tested by

no test coverage detected