Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ same_as
Method
same_as
tests/patterns/_impl.py:59–60 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
57
return
NotEqualTo(self, obj)
58
59
def
same_as(self, obj):
60
return
SameAs(self, obj)
61
62
def
matching(self, regex, flags=0):
63
""
"Same pattern, but it only matches
if
re.match(regex, flags) produces
Callers
7
factory
Function · 0.80
test_occurrences
Function · 0.80
test_event
Function · 0.80
test_request_response
Function · 0.80
test_value
Function · 0.80
test_none
Function · 0.80
test_same
Function · 0.80
Calls
1
SameAs
Class · 0.85
Tested by
7
factory
Function · 0.64
test_occurrences
Function · 0.64
test_event
Function · 0.64
test_request_response
Function · 0.64
test_value
Function · 0.64
test_none
Function · 0.64
test_same
Function · 0.64