Skip to content

Commit

Permalink
Add readme docs for starmap
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Dec 24, 2016
1 parent 8f90f9b commit 1946126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ complete documentation reference
Function | Description | Type
------- | ----------- | ----
`map(func)/select(func)` | Maps `func` onto elements of sequence | transformation
`starmap(func)/smap(func)` | Apply `func` to sequence with `itertools.starmap` | transformation
`filter(func)/where(func)` | Filters elements of sequence to only those where `func(element)` is `True` | transformation
`filter_not(func)` | Filters elements of sequence to only those where `func(element)` is `False` | transformation
`flatten()` | Flattens sequence of lists to a single sequence | transformation
Expand Down

0 comments on commit 1946126

Please sign in to comment.