Searched refs:dict_copy (Results 1 – 2 of 2) sorted by relevance
1894 def dict_copy(d, exc): function1926 t_copy = threading.Thread(target=dict_copy, args=(d, exc,))
2743 dict_copy(PyDictObject *mp, PyObject *Py_UNUSED(ignored)) in dict_copy() function3382 {"copy", (PyCFunction)dict_copy, METH_NOARGS,