Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_weakref.py1894 def dict_copy(d, exc): function
1926 t_copy = threading.Thread(target=dict_copy, args=(d, exc,))
/third_party/python/Objects/
Ddictobject.c2743 dict_copy(PyDictObject *mp, PyObject *Py_UNUSED(ignored)) in dict_copy() function
3382 {"copy", (PyCFunction)dict_copy, METH_NOARGS,