MCPcopy Index your code
hub / github.com/python/cpython / L

Function L

Lib/test/test_itertools.py:2203–2205  ·  view source on GitHub ↗

Test multiple tiers of iterators

(seqn)

Source from the content-addressed store, hash-verified

2201 raise StopIteration
2202
2203def L(seqn):
2204 'Test multiple tiers of iterators'
2205 return chain(map(lambda x:x, R(Ig(G(seqn)))))
2206
2207
2208class TestVariousIteratorArgs(unittest.TestCase):

Callers

nothing calls this directly

Calls 4

chainFunction · 0.85
RFunction · 0.70
IgClass · 0.70
GClass · 0.70

Tested by

no test coverage detected