Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Ditertoolsmodule.c3780 } filterfalseobject; typedef
3789 filterfalseobject *lz; in filterfalse_new()
3804 lz = (filterfalseobject *)type->tp_alloc(type, 0); in filterfalse_new()
3817 filterfalse_dealloc(filterfalseobject *lz) in filterfalse_dealloc()
3826 filterfalse_traverse(filterfalseobject *lz, visitproc visit, void *arg) in filterfalse_traverse()
3834 filterfalse_next(filterfalseobject *lz) in filterfalse_next()
3868 filterfalse_reduce(filterfalseobject *lz) in filterfalse_reduce()
3888 sizeof(filterfalseobject), /* tp_basicsize */