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