MCPcopy 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

1from testutils import assert_raises
2
3assert True
4assert not False

Callers

nothing calls this directly

Calls 15

assert_raisesFunction · 0.90
FalseyClass · 0.85
isinstanceFunction · 0.85
setFunction · 0.85
reprFunction · 0.85
TestBoolThrowErrorClass · 0.85
TestLenThrowErrorClass · 0.85
checkFunction · 0.70

Tested by

no test coverage detected