Home
last modified time | relevance | path

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

/third_party/python/Objects/
Ddictobject.c682 new_dict_with_shared_keys(PyDictKeysObject *keys) in new_dict_with_shared_keys() function
5003 *dictptr = dict = new_dict_with_shared_keys(CACHED_KEYS(tp)); in PyObject_GenericGetDict()
5027 dict = new_dict_with_shared_keys(cached); in _PyObjectDict_SetItem()