We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
anext
1 parent e9bc1e1 commit da81b1eCopy full SHA for da81b1e
.travis.yml
@@ -5,7 +5,8 @@ python:
5
- "3.6"
6
- "3.7"
7
- "3.8"
8
- - "3.9-dev"
+ - "3.9"
9
+ - "nightly"
10
- "pypy3.5-7.0"
11
- "pypy3.6-7.1.1"
12
toolz/_signatures.py
@@ -45,6 +45,9 @@
45
lambda x: None],
46
all=[
47
lambda iterable: None],
48
+ anext=[
49
+ lambda aiterator: None,
50
+ lambda aiterator, default: None],
51
any=[
52
53
apply=[
0 commit comments