Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
141
class
TestFailingIter:
142
def
__iter__(self):
143
raise
RuntimeError
144
145
def
filter_char(arg):
146
return
ord(arg) > ord(
"d"
)
Callers
3
test_all
Method · 0.70
test_any
Method · 0.70
test_zip
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_all
Method · 0.56
test_any
Method · 0.56
test_zip
Method · 0.56