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

Function R

Lib/test/test_heapq.py:428–431  ·  view source on GitHub ↗

Regular generator

(seqn)

Source from the content-addressed store, hash-verified

426 __ne__ = __lt__ = __le__ = __gt__ = __ge__ = __eq__
427
428def R(seqn):
429 'Regular generator'
430 for i in seqn:
431 yield i
432
433class G:
434 'Sequence using __getitem__'

Callers 1

LFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected