Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_collectionsmodule.c1490 defdict_copy(defdictobject *dd) in defdict_copy() function
1552 {"copy", (PyCFunction)defdict_copy, METH_NOARGS,
1554 {"__copy__", (PyCFunction)defdict_copy, METH_NOARGS,
/external/python/cpython3/Modules/
D_collectionsmodule.c2005 defdict_copy(defdictobject *dd, PyObject *Py_UNUSED(ignored)) in defdict_copy() function
2073 {"copy", (PyCFunction)defdict_copy, METH_NOARGS,
2075 {"__copy__", (PyCFunction)defdict_copy, METH_NOARGS,