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

Function L

Lib/test/test_set.py:1807–1809  ·  view source on GitHub ↗

Test multiple tiers of iterators

(seqn)

Source from the content-addressed store, hash-verified

1805
1806from itertools import chain
1807def L(seqn):
1808 'Test multiple tiers of iterators'
1809 return chain(map(lambda x:x, R(Ig(G(seqn)))))
1810
1811class TestVariousIteratorArgs(unittest.TestCase):
1812

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