Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
)
1171
def
test_strictly_equal(x, y, result):
1172
assert strictly_equal(x, y) is result
1173
1174
1175
STRICT_EQUALITY_VALUE_CONSTRUCTORS = [
Callers
nothing calls this directly
Calls
1
strictly_equal
Function · 0.90
Tested by
no test coverage detected