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