Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ test_equal
Function
test_equal
tests/tests/test_patterns.py:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
76
def
test_equal():
77
assert 123.0 == some.object.equal_to(123)
78
assert NAN != some.object.equal_to(NAN)
79
80
81
def
test_not_equal():
Callers
nothing calls this directly
Calls
1
equal_to
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…