Searched refs:dec_copy (Results 1 – 1 of 1) sorted by relevance
4486 dec_copy(PyObject *self, PyObject *dummy UNUSED) in dec_copy() function4814 { "__copy__", dec_copy, METH_NOARGS, NULL },4815 { "__deepcopy__", dec_copy, METH_O, NULL },