Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ test_same
Function
test_same
tests/tests/test_patterns.py:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
85
86
def
test_same():
87
assert 123.0 != some.object.same_as(123)
88
assert NAN == some.object.same_as(NAN)
89
90
91
def
test_inverse():
Callers
nothing calls this directly
Calls
1
same_as
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…