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

Method test_false

tests/python/test_serialization.py:89–91  ·  view source on GitHub ↗

False roundtrips to False.

(self)

Source from the content-addressed store, hash-verified

87 assert _roundtrip(True) is True
88
89 def test_false(self) -> None:
90 """False roundtrips to False."""
91 assert _roundtrip(False) is False
92
93
94class TestInt:

Callers

nothing calls this directly

Calls 1

_roundtripFunction · 0.85

Tested by

no test coverage detected