Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_collectionsmodule.c1478 defdict_copy(defdictobject *dd) in defdict_copy() function
1540 {"copy", (PyCFunction)defdict_copy, METH_NOARGS,
1542 {"__copy__", (PyCFunction)defdict_copy, METH_NOARGS,