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

Method test_patma_148

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
assertEqualMethod · 0.45
assertIsMethod · 0.45

Tested by

no test coverage detected