Home
last modified time | relevance | path

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

/third_party/python/Objects/
Ddictobject.c1158 insert_to_emptydict(PyDictObject *mp, PyObject *key, Py_hash_t hash, in insert_to_emptydict() function
1620 return insert_to_emptydict(mp, key, hash, value); in PyDict_SetItem()
1642 return insert_to_emptydict(mp, key, hash, value); in _PyDict_SetItem_KnownHash()
3039 if (insert_to_emptydict(mp, key, hash, defaultobj) < 0) { in PyDict_SetDefault()