dropwhile(predicate, iterable) --> dropwhile object
Drop items from the iterable while predicate(item) is true. Afterwards, return every element until the iterable is exhausted.
There are no implemented interfaces.
There are no attributes in this class.
next(...)
There are no known subclasses.