Home
last modified time | relevance | path

Searched refs:od_copy (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dodictobject.c1188 PyObject *od_copy; in odict_copy() local
1191 od_copy = PyODict_New(); in odict_copy()
1193 od_copy = _PyObject_CallNoArgs((PyObject *)Py_TYPE(od)); in odict_copy()
1194 if (od_copy == NULL) in odict_copy()
1206 if (_PyODict_SetItem_KnownHash((PyObject *)od_copy, key, value, in odict_copy()
1218 res = PyObject_SetItem((PyObject *)od_copy, in odict_copy()
1225 return od_copy; in odict_copy()
1228 Py_DECREF(od_copy); in odict_copy()

Completed in 4 milliseconds