Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c783 dict_set_item_by_hash_or_entry(register PyObject *op, PyObject *key, in dict_set_item_by_hash_or_entry() function
848 return dict_set_item_by_hash_or_entry(op, key, hash, NULL, value); in PyDict_SetItem()
2070 if (dict_set_item_by_hash_or_entry((PyObject*)mp, key, hash, ep, in dict_setdefault()