iterables
File Purpose: tools for iterables
Functions
|
returns first occurence of maximum value in iterable. |
|
returns True if x is dict-like, False otherwise. |
|
returns True if x is iterable, False otherwise. |
|
returns first occurence of maximum value in iterable, starting search from the end. |
|
returns the single item from arraylike. |
Classes
|
stores forward and backward mapping. |
|
bijection which also stores the next key to use. |
|
a container for multiple objects, & rules for enumerating & indexing. |
|
a numpy-array-like container. |
a dict-like container. |
|
|
a list-like container. |
dict of similar objects with similar attributes. |
|
|
dict but some keys are aliases for other keys. |
Dict-like object, assuming keys() and __getitem__ are defined. |
|
|
(ordered) dict of lists partitioned by category. |
|
(ordered) dict of lists partitioned by category. |
|
mapping with keys pairs, where order of the pair doesn't matter. |