Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ assert_true
Function
assert_true
extra_tests/snippets/testutils.py:63–64 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
61
62
63
def
assert_true(e):
64
_assert_print(
lambda
: e is True, [_typed(e),
"is True"
])
65
66
67
def
assert_false(e):
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