Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/msgspec/msgspec
/ assert_eq
Method
assert_eq
tests/unit/test_struct.py:1651–1653 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
1649
class
TestOrderAndEq:
1650
@staticmethod
1651
def
assert_eq(a, b):
1652
assert a == b
1653
assert not a != b
1654
1655
@staticmethod
1656
def
assert_neq(a, b):
Callers
4
test_struct_eq_false
Method · 0.95
test_struct_eq
Method · 0.95
test_struct_override_eq
Method · 0.95
test_struct_eq_identity_fastpath
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected