Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ assert_false
Function
assert_false
extra_tests/snippets/testutils.py:67–68 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
65
66
67
def
assert_false(e):
68
_assert_print(
lambda
: e is False, [_typed(e),
"is False"
])
69
70
71
def
assert_isinstance(obj, klass):
Callers
1
stdlib_datetime.py
File · 0.90
Calls
2
_assert_print
Function · 0.85
_typed
Function · 0.85
Tested by
no test coverage detected