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

Method test_patma_054

Lib/test/test_patma.py:607–614  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

605 self.assertIs(y, None)
606
607 def test_patma_054(self):
608 x = set()
609 y = None
610 match x:
611 case []:
612 y = 0
613 self.assertEqual(x, set())
614 self.assertIs(y, None)
615
616 def test_patma_055(self):
617 x = iter([1, 2, 3])

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
assertEqualMethod · 0.45
assertIsMethod · 0.45

Tested by

no test coverage detected