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

Function R

Lib/test/test_set.py:1732–1735  ·  view source on GitHub ↗

Regular generator

(seqn)

Source from the content-addressed store, hash-verified

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

Callers 4

LFunction · 0.70
test_floatasratioMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected