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

Method not_equal_to

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

Source from the content-addressed store, hash-verified

54 return EqualTo(self, obj)
55
56 def not_equal_to(self, obj):
57 return NotEqualTo(self, obj)
58
59 def same_as(self, obj):
60 return SameAs(self, obj)

Callers 3

test_with_path_mappingsFunction · 0.80
test_valueFunction · 0.80
test_not_equalFunction · 0.80

Calls 1

NotEqualToClass · 0.85

Tested by 3

test_with_path_mappingsFunction · 0.64
test_valueFunction · 0.64
test_not_equalFunction · 0.64