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

Function dictresize

Objects/dictobject.c:597–678  ·  view source on GitHub ↗

Restructure the table by allocating a new table and reinserting all items again. When entries have been deleted, the new table may actually be smaller than the old one. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

_PyDict_NewPresizedFunction · 0.85
dict_fromkeysFunction · 0.85
PyDict_MergeFunction · 0.85

Calls 2

PyErr_NoMemoryFunction · 0.85
insertdict_cleanFunction · 0.85

Tested by

no test coverage detected