MCPcopy 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
137class TestFailingBool:
138 def __bool__(self):
139 raise RuntimeError
140
141class TestFailingIter:
142 def __iter__(self):

Callers 2

test_allMethod · 0.70
test_anyMethod · 0.70

Calls

no outgoing calls

Tested by 2

test_allMethod · 0.56
test_anyMethod · 0.56