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

Class TestFailingIter

Lib/test/test_builtin.py:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 raise RuntimeError
140
141class TestFailingIter:
142 def __iter__(self):
143 raise RuntimeError
144
145def filter_char(arg):
146 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