Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
H A Ditertoolsmodule.c.h131 if ((type == &teedataobject_type || in itertools_teedataobject()
132 type->tp_init == teedataobject_type.tp_init) && in itertools_teedataobject()
/third_party/python/Modules/
H A Ditertoolsmodule.c17 class itertools.teedataobject "teedataobject *" "&teedataobject_type"
37 static PyTypeObject teedataobject_type; variable
596 tdo = PyObject_GC_New(teedataobject, &teedataobject_type); in teedataobject_newinternal()
661 while (obj && Py_IS_TYPE(obj, &teedataobject_type) && in teedataobject_safe_decref()
730 assert(type == &teedataobject_type); in itertools_teedataobject_impl()
748 if (!Py_IS_TYPE(next, &teedataobject_type)) in itertools_teedataobject_impl()
772 static PyTypeObject teedataobject_type = { variable
940 if (!PyArg_ParseTuple(state, "O!i", &teedataobject_type, &tdo, &index)) { in tee_setstate()
4864 &teedataobject_type in itertoolsmodule_exec()
4867 Py_SET_TYPE(&teedataobject_type, in itertoolsmodule_exec()
[all...]

Completed in 7 milliseconds