[top] / itertools / groupby
groupby(iterable[, keyfunc]) -> create an iterator which returns (key, sub-iterator) grouped by each value of key(value).
There are no implemented interfaces.
There are no attributes in this class.
next(...)
There are no known subclasses.