Skip to content

Latest commit

 

History

History
124 lines (101 loc) · 1.53 KB

api.rst

File metadata and controls

124 lines (101 loc) · 1.53 KB

API

This page contains a comprehensive list of all functions within toolz. Docstrings should provide sufficient understanding for any individual function.

Itertoolz

toolz.itertoolz

accumulate concat concatv cons count diff drop first frequencies get groupby interleave interpose isdistinct isiterable iterate join last mapcat merge_sorted nth partition partition_all peek pluck random_sample reduceby remove second sliding_window tail take take_nth topk unique

toolz.recipes

countby partitionby

Functoolz

toolz.functoolz

complement compose curry do excepts flip identity juxt memoize pipe thread_first thread_last

Dicttoolz

toolz.dicttoolz

assoc dissoc assoc_in get_in keyfilter keymap itemfilter itemmap merge merge_with update_in valfilter valmap

Sandbox

toolz.sandbox

parallel.fold core.EqualityHashKey core.unzip

Definitions

toolz.itertoolz

toolz.recipes

toolz.functoolz

toolz.dicttoolz

toolz.sandbox.core

toolz.sandbox.parallel