Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ TestLenThrowError
Class
TestLenThrowError
extra_tests/snippets/builtin_bool.py:150–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
149
150
class
TestLenThrowError:
151
def
__len__(self):
152
return
object()
153
154
155
with
assert_raises(TypeError):
Callers
1
builtin_bool.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected