Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ TestFailingBool
Class
TestFailingBool
Lib/test/test_builtin.py:138–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
]
137
138
class
TestFailingBool:
139
def
__bool__(self):
140
raise
RuntimeError
141
142
class
TestFailingIter:
143
def
__iter__(self):
Callers
2
test_all
Method · 0.85
test_any
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_all
Method · 0.68
test_any
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…