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

Method test_lt_with_mutation

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

Source from the content-addressed store, hash-verified

1980 self.check_set_op_does_not_crash(lambda a, b: a != b)
1981
1982 def test_lt_with_mutation(self):
1983 self.check_set_op_does_not_crash(lambda a, b: a < b)
1984
1985 def test_le_with_mutation(self):
1986 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