MCPcopy Index your code
hub / github.com/reactive-python/reactpy / test_strictly_equal

Function test_strictly_equal

src/py/reactpy/tests/test_core/test_hooks.py:1171–1172  ·  view source on GitHub ↗
(x, y, result)

Source from the content-addressed store, hash-verified

1169 ],
1170)
1171def test_strictly_equal(x, y, result):
1172 assert strictly_equal(x, y) is result
1173
1174
1175STRICT_EQUALITY_VALUE_CONSTRUCTORS = [

Callers

nothing calls this directly

Calls 1

strictly_equalFunction · 0.90

Tested by

no test coverage detected