Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ditertoolsmodule.c345 teedataobject_new(PyObject *it) in teedataobject_new() function
365 tdo->nextlink = teedataobject_new(tdo->it); in teedataobject_jumplink()
547 to->dataobj = (teedataobject *)teedataobject_new(it); in tee_fromiterable()
/external/python/cpython3/Modules/
Ditertoolsmodule.c523 teedataobject_new(PyTypeObject *type, PyObject *args, PyObject *kw) in teedataobject_new() function
614 teedataobject_new, /* tp_new */