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

Function R

Lib/test/test_set.py:1734–1737  ·  view source on GitHub ↗

Regular generator

(seqn)

Source from the content-addressed store, hash-verified

1732# Tests derived from test_itertools.py =======================================
1733
1734def R(seqn):
1735 'Regular generator'
1736 for i in seqn:
1737 yield i
1738
1739class G:
1740 'Sequence using __getitem__'

Callers 4

LFunction · 0.70
test_floatasratioMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected