MCPcopy Index your code
hub / github.com/RustPython/RustPython / TestBoolThrowError

Class TestBoolThrowError

extra_tests/snippets/builtin_bool.py:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140# Test magic method throw error
141class TestBoolThrowError:
142 def __bool__(self):
143 return object()
144
145
146with assert_raises(TypeError):

Callers 1

builtin_bool.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected