ifilter(function or None, sequence) --> ifilter object
Return those items of sequence for which function(item) is true. If function is None, return the items that are true.
There are no implemented interfaces.
There are no attributes in this class.
next(...)
There are no known subclasses.