pythonwrench.collections package¶
Submodules¶
- pythonwrench.collections.collections module
- pythonwrench.collections.collections.SizedGenerator
- pythonwrench.collections.collections.contained
- pythonwrench.collections.collections.dict_list_to_list_dict
- pythonwrench.collections.collections.dump_dict
- pythonwrench.collections.collections.duplicate_list
- pythonwrench.collections.collections.filter_iterable
- pythonwrench.collections.collections.find
- pythonwrench.collections.collections.flat_dict_of_dict
- pythonwrench.collections.collections.flat_list_of_list
- pythonwrench.collections.collections.flatten
- pythonwrench.collections.collections.intersect_lists
- pythonwrench.collections.collections.list_dict_to_dict_list
- pythonwrench.collections.collections.recursive_generator
- pythonwrench.collections.collections.shuffled
- pythonwrench.collections.collections.sorted_dict
- pythonwrench.collections.collections.unflat_dict_of_dict
- pythonwrench.collections.collections.unflat_list_of_list
- pythonwrench.collections.collections.union_dicts
- pythonwrench.collections.collections.union_lists
- pythonwrench.collections.collections.unzip
- pythonwrench.collections.prop module
- pythonwrench.collections.reducers module
- pythonwrench.collections.reducers.intersect
- pythonwrench.collections.reducers.prod
- pythonwrench.collections.reducers.reduce_add
- pythonwrench.collections.reducers.reduce_and
- pythonwrench.collections.reducers.reduce_matmul
- pythonwrench.collections.reducers.reduce_mul
- pythonwrench.collections.reducers.reduce_or
- pythonwrench.collections.reducers.sum
- pythonwrench.collections.reducers.union