MCPcopy 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
86def test_same():
87 assert 123.0 != some.object.same_as(123)
88 assert NAN == some.object.same_as(NAN)
89
90
91def test_inverse():

Callers

nothing calls this directly

Calls 1

same_asMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…