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

Function L

Lib/test/test_heapq.py:501–503  ·  view source on GitHub ↗

Test multiple tiers of iterators

(seqn)

Source from the content-addressed store, hash-verified

499
500from itertools import chain
501def L(seqn):
502 'Test multiple tiers of iterators'
503 return chain(map(lambda x:x, R(Ig(G(seqn)))))
504
505
506class SideEffectLT:

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