Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
142
class
TestFailingIter:
143
def
__iter__(self):
144
raise
RuntimeError
145
146
def
filter_char(arg):
147
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…