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

Function iterfunc

Lib/test/seq_tests.py:13–16  ·  view source on GitHub ↗

Regular generator

(seqn)

Source from the content-addressed store, hash-verified

11# Various iterables
12# This is used for checking the constructor (here and in test_deque.py)
13def iterfunc(seqn):
14 'Regular generator'
15 for i in seqn:
16 yield i
17
18class Sequence:
19 'Sequence using __getitem__'

Callers 1

itermultiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…