Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ builtin_bool.py
File
builtin_bool.py
extra_tests/snippets/builtin_bool.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
testutils
import
assert_raises
2
3
assert True
4
assert not False
Callers
nothing calls this directly
Calls
15
assert_raises
Function · 0.90
Falsey
Class · 0.85
isinstance
Function · 0.85
set
Function · 0.85
repr
Function · 0.85
TestMagicMethodLenZero
Class · 0.85
TestMagicMethodLenOne
Class · 0.85
TestMagicMethodBoolTrueLenFalse
Class · 0.85
TestMagicMethodBoolFalseLenTrue
Class · 0.85
TestBoolThrowError
Class · 0.85
TestLenThrowError
Class · 0.85
check
Function · 0.70
Tested by
no test coverage detected