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

Method test_isdisjoint_empty

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

Source from the content-addressed store, hash-verified

963 self.assertEqual(result, True)
964
965 def test_isdisjoint_empty(self):
966 result = empty_set.isdisjoint(self.set)
967 self.assertEqual(result, True)
968
969 def test_self_symmetric_difference(self):
970 result = self.set ^ self.set

Callers

nothing calls this directly

Calls 2

isdisjointMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected