Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Ddictobject.c1136 insert_to_emptydict(PyDictObject *mp, PyObject *key, Py_hash_t hash, in insert_to_emptydict() function
1570 return insert_to_emptydict(mp, key, hash, value); in PyDict_SetItem()
1592 return insert_to_emptydict(mp, key, hash, value); in _PyDict_SetItem_KnownHash()
2936 if (insert_to_emptydict(mp, key, hash, defaultobj) < 0) { in PyDict_SetDefault()