MCPcopy Create free account
hub / github.com/apache/tvm-ffi / test_int_hash_equal_values

Function test_int_hash_equal_values

tests/python/test_dataclass_hash.py:55–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54
55def test_int_hash_equal_values() -> None:
56 assert RecursiveHash(42) == RecursiveHash(42)
57
58
59def test_int_hash_different_values() -> None:

Callers

nothing calls this directly

Calls 1

RecursiveHashFunction · 0.90

Tested by

no test coverage detected