MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-535160.py

File recipe-535160.py

recipes/Python/535160_Iterator_merge_2/recipe-535160.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def itermerge( *iters ):
2 '''Merge multiple sorted inputs into a single sorted output.
3
4 Equivalent to: sorted(itertools.chain(*iterables))

Callers

nothing calls this directly

Calls 4

test_dataFunction · 0.85
listClass · 0.85
testFunction · 0.70
sortMethod · 0.45

Tested by

no test coverage detected