MCPcopy Create free account
hub / github.com/microsoft/debugpy / equal_to

Method equal_to

tests/patterns/_impl.py:53–54  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

51 return InRange(self, start, stop)
52
53 def equal_to(self, obj):
54 return EqualTo(self, obj)
55
56 def not_equal_to(self, obj):
57 return NotEqualTo(self, obj)

Callers 5

expectation_ofFunction · 0.80
test_valueFunction · 0.80
test_noneFunction · 0.80
test_equalFunction · 0.80
test_inverseFunction · 0.80

Calls 1

EqualToClass · 0.85

Tested by 5

expectation_ofFunction · 0.64
test_valueFunction · 0.64
test_noneFunction · 0.64
test_equalFunction · 0.64
test_inverseFunction · 0.64