OpenGrok
Cross Reference: test_itertools.py
xref
: /
prebuilts
/
gdb
/
darwin-x86
/
lib
/
python2.7
/
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
):