MCPcopy Index your code
hub / github.com/RustPython/RustPython / L

Function L

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

Test multiple tiers of iterators

(seqn)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

RFunction · 0.70
IgClass · 0.70
GClass · 0.70

Tested by

no test coverage detected