Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ TestFailingBool
Class
TestFailingBool
Lib/test/test_builtin.py:137–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
]
136
137
class
TestFailingBool:
138
def
__bool__(self):
139
raise
RuntimeError
140
141
class
TestFailingIter:
142
def
__iter__(self):
Callers
2
test_all
Method · 0.70
test_any
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_all
Method · 0.56
test_any
Method · 0.56