Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Ddictobject.c601 new_dict_with_shared_keys(PyDictKeysObject *keys) in new_dict_with_shared_keys() function
4293 *dictptr = dict = new_dict_with_shared_keys(CACHED_KEYS(tp)); in PyObject_GenericGetDict()
4317 dict = new_dict_with_shared_keys(cached); in _PyObjectDict_SetItem()