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

/external/python/cpython3/Modules/
H A Ditertoolsmodule.c3407 } accumulateobject; typedef in typeref:struct:__anon20136
3418 accumulateobject *lz;
3429 /* create accumulateobject structure */
3430 lz = (accumulateobject *)type->tp_alloc(type, 0);
3446 accumulate_dealloc(accumulateobject *lz)
3456 accumulate_traverse(accumulateobject *lz, visitproc visit, void *arg)
3465 accumulate_next(accumulateobject *lz)
3493 accumulate_reduce(accumulateobject *lz)
3518 accumulate_setstate(accumulateobject *lz, PyObject *state)
3541 sizeof(accumulateobject), /* tp_basicsiz
[all...]

Completed in 181 milliseconds