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

/external/python/cpython2/Modules/
H A Ditertoolsmodule.c513 tee_copy(teeobject *to) function
540 to = (teeobject *)tee_copy((teeobject *)it);
593 {"__copy__", (PyCFunction)tee_copy, METH_NOARGS, teecopy_doc},
/external/python/cpython3/Modules/
H A Ditertoolsmodule.c648 tee_copy(teeobject *to) function
675 to = (teeobject *)tee_copy((teeobject *)it);
756 {"__copy__", (PyCFunction)tee_copy, METH_NOARGS, teecopy_doc},

Completed in 115 milliseconds