Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add apply to toolz.curried
  • Loading branch information
Elias Mistler committed Nov 23, 2018
commit dcebedde4b5c8ceeffca1a2ae42a35bf61d53e0b
1 change: 1 addition & 0 deletions toolz/curried/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
from .exceptions import merge, merge_with

accumulate = toolz.curry(toolz.accumulate)
apply = toolz.curry(toolz.apply)
assoc = toolz.curry(toolz.assoc)
assoc_in = toolz.curry(toolz.assoc_in)
cons = toolz.curry(toolz.cons)
Expand Down