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

Function test_bool_hash_equal

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

Source from the content-addressed store, hash-verified

123
124
125def test_bool_hash_equal() -> None:
126 assert RecursiveHash(True) == RecursiveHash(True)
127 assert RecursiveHash(False) == RecursiveHash(False)
128
129
130def test_bool_hash_different() -> None:

Callers

nothing calls this directly

Calls 1

RecursiveHashFunction · 0.90

Tested by

no test coverage detected