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.c2014 defdict_copy(defdictobject *dd) in defdict_copy() function
2086 {"copy", (PyCFunction)defdict_copy, METH_NOARGS,
2088 {"__copy__", (PyCFunction)defdict_copy, METH_NOARGS,