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

Class TestFailingIter

Lib/test/test_builtin.py:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 raise RuntimeError
141
142class TestFailingIter:
143 def __iter__(self):
144 raise RuntimeError
145
146def filter_char(arg):
147 return ord(arg) > ord("d")

Callers 3

test_allMethod · 0.70
test_anyMethod · 0.70
test_zipMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_allMethod · 0.56
test_anyMethod · 0.56
test_zipMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…