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

Method test_gt_with_mutation

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

Source from the content-addressed store, hash-verified

1986 self.check_set_op_does_not_crash(lambda a, b: a <= b)
1987
1988 def test_gt_with_mutation(self):
1989 self.check_set_op_does_not_crash(lambda a, b: a > b)
1990
1991 def test_ge_with_mutation(self):
1992 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