MCPcopy 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

factoryFunction · 0.80
test_occurrencesFunction · 0.80
test_eventFunction · 0.80
test_request_responseFunction · 0.80
test_valueFunction · 0.80
test_noneFunction · 0.80
test_sameFunction · 0.80

Calls 1

SameAsClass · 0.85

Tested by 7

factoryFunction · 0.64
test_occurrencesFunction · 0.64
test_eventFunction · 0.64
test_request_responseFunction · 0.64
test_valueFunction · 0.64
test_noneFunction · 0.64
test_sameFunction · 0.64