takewhile(predicate, iterable) --> takewhile object
Return successive entries from an iterable as long as the predicate evaluates to true for each entry.
There are no implemented interfaces.
There are no attributes in this class.
next(...)
There are no known subclasses.