MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_isdisjoint_empty

Method test_isdisjoint_empty

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

Source from the content-addressed store, hash-verified

969 self.assertEqual(result, True)
970
971 def test_isdisjoint_empty(self):
972 result = empty_set.isdisjoint(self.set)
973 self.assertEqual(result, True)
974
975 def test_self_symmetric_difference(self):
976 result = self.set ^ self.set

Callers

nothing calls this directly

Calls 2

isdisjointMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected