OpenGrok
Cross Reference: test_itertools.py
xref
: /
external
/
python
/
cpython3
/
Lib
/
test
/
test_itertools.py
Home
|
History
|
Annotate
|
Download
|
only in
test
Lines Matching
defs:chain2
153
def
chain2
(*iterables):
159
for c in (chain,
chain2
):