Searched refs:insertdict (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Objects/ |
D | dictobject.c | 1069 insertdict(PyDictObject *mp, PyObject *key, Py_hash_t hash, PyObject *value) in insertdict() function 1623 return insertdict(mp, key, hash, value); in PyDict_SetItem() 1645 return insertdict(mp, key, hash, value); in _PyDict_SetItem_KnownHash() 1992 if (insertdict(mp, key, hash, value)) { in _PyDict_FromKeys() 2011 if (insertdict(mp, key, hash, value)) { in _PyDict_FromKeys() 2635 err = insertdict(mp, key, hash, value); in dict_merge() 2639 err = insertdict(mp, key, hash, value); in dict_merge()
|