Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ assert_equal
Function
assert_equal
extra_tests/snippets/testutils.py:59–60 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
57
58
59
def
assert_equal(a, b):
60
_assert_print(
lambda
: a == b, [_typed(a),
"=="
, _typed(b)])
61
62
63
def
assert_true(e):
Callers
7
stdlib_binascii.py
File · 0.90
powtest
Function · 0.90
test_other
Function · 0.90
stdlib_datetime.py
File · 0.90
test_setvectorcall
Method · 0.85
test_setvectorcall_load_attr_specialization_skip
Method · 0.85
test_setvectorcall_load_attr_specialization_deopt
Method · 0.85
Calls
2
_assert_print
Function · 0.85
_typed
Function · 0.85
Tested by
no test coverage detected