Home
last modified time | relevance | path

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

/third_party/python/Objects/
Ddictobject.c1649 delitem_common(PyDictObject *mp, Py_hash_t hash, Py_ssize_t ix, in delitem_common() function
1719 return delitem_common(mp, hash, ix, old_value); in _PyDict_DelItem_KnownHash()
1770 return delitem_common(mp, hashpos, ix, old_value); in _PyDict_DelItemIf()