Home
last modified time | relevance | path

Searched refs:delitem_common (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Ddictobject.c1950 delitem_common(PyDictObject *mp, Py_hash_t hash, Py_ssize_t ix, in delitem_common() function
2028 return delitem_common(mp, hash, ix, old_value); in _PyDict_DelItem_KnownHash()
2070 return delitem_common(mp, hashpos, ix, old_value); in _PyDict_DelItemIf()
2237 delitem_common(mp, hash, ix, old_value); in _PyDict_Pop_KnownHash()

Completed in 11 milliseconds