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

Method test_patma_054

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

Source from the content-addressed store, hash-verified

606 self.assertIs(y, None)
607
608 def test_patma_054(self):
609 x = set()
610 y = None
611 match x:
612 case []:
613 y = 0
614 self.assertEqual(x, set())
615 self.assertIs(y, None)
616
617 def test_patma_055(self):
618 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