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

Function test_bool_hash_different

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

Source from the content-addressed store, hash-verified

128
129
130def test_bool_hash_different() -> None:
131 assert RecursiveHash(True) != RecursiveHash(False)
132
133
134# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

RecursiveHashFunction · 0.90

Tested by

no test coverage detected