Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Ditertoolsmodule.c18 class itertools._tee "teeobject *" "&tee_type"
589 } teeobject; typedef
817 tee_next(teeobject *to) in tee_next()
836 tee_traverse(teeobject *to, visitproc visit, void *arg) in tee_traverse()
843 tee_copy(teeobject *to, PyObject *Py_UNUSED(ignored)) in tee_copy()
845 teeobject *newto; in tee_copy()
847 newto = PyObject_GC_New(teeobject, &tee_type); in tee_copy()
863 teeobject *to; in tee_fromiterable()
870 to = (teeobject *)tee_copy((teeobject *)i in tee_fromiterable()
[all...]

Completed in 4 milliseconds