MCPcopy Index your code
hub / github.com/python/cpython / test_eq_with_mutation

Method test_eq_with_mutation

Lib/test/test_set.py:1976–1977  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1974class TestBinaryOpsMutating(TestOperationsMutating):
1975
1976 def test_eq_with_mutation(self):
1977 self.check_set_op_does_not_crash(lambda a, b: a == b)
1978
1979 def test_ne_with_mutation(self):
1980 self.check_set_op_does_not_crash(lambda a, b: a != b)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected