Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ TestFailingIter
Class
TestFailingIter
extra_tests/snippets/stdlib_functools.py:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
49
class
TestFailingIter:
50
def
__iter__(self):
51
raise
RuntimeError
52
53
54
with
assert_raises(RuntimeError):
Callers
1
stdlib_functools.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected