Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_weakref.py1881 def dict_copy(d, exc): function
1913 t_copy = threading.Thread(target=dict_copy, args=(d, exc,))
/third_party/python/Objects/
H A Ddictobject.c3007 dict_copy(PyDictObject *mp, PyObject *Py_UNUSED(ignored)) in dict_copy() function
3682 {"copy", (PyCFunction)dict_copy, METH_NOARGS,

Completed in 10 milliseconds