Searched refs:takewhileobject (Results 1 – 1 of 1) sorted by relevance
1442 } takewhileobject; typedef1458 takewhileobject *lz; in itertools_takewhile_impl()1466 lz = (takewhileobject *)type->tp_alloc(type, 0); in itertools_takewhile_impl()1480 takewhile_dealloc(takewhileobject *lz) in takewhile_dealloc()1489 takewhile_traverse(takewhileobject *lz, visitproc visit, void *arg) in takewhile_traverse()1497 takewhile_next(takewhileobject *lz) in takewhile_next()1526 takewhile_reduce(takewhileobject *lz, PyObject *Py_UNUSED(ignored)) in takewhile_reduce()1532 takewhile_reduce_setstate(takewhileobject *lz, PyObject *state) in takewhile_reduce_setstate()1553 sizeof(takewhileobject), /* tp_basicsize */