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

Method test_patma_148

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

Source from the content-addressed store, hash-verified

1494 self.assertIs(z, x)
1495
1496 def test_patma_148(self):
1497 x = set()
1498 match x:
1499 case set(z):
1500 y = 0
1501 self.assertEqual(x, set())
1502 self.assertEqual(y, 0)
1503 self.assertIs(z, x)
1504
1505 def test_patma_149(self):
1506 x = ""

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
assertEqualMethod · 0.45
assertIsMethod · 0.45

Tested by

no test coverage detected