kazu.utils.grouping¶
Module Attributes
The type of an element in the iterable being grouped. |
|
The type of the sort key provided by the key_func. |
Functions
|
- class kazu.utils.grouping.Item¶
The type of an element in the iterable being grouped.
alias of TypeVar(‘Item’)