Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c510 insertdict_by_entry(register PyDictObject *mp, PyObject *key, long hash, in insertdict_by_entry() function
556 return insertdict_by_entry(mp, key, hash, ep, value); in insertdict()
799 if (insertdict_by_entry(mp, key, hash, ep, value) != 0) in dict_set_item_by_hash_or_entry()