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

Method test_patma_001

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

Source from the content-addressed store, hash-verified

140 self.assertIs(x, True)
141
142 def test_patma_001(self):
143 match 0:
144 case 0 if False:
145 x = False
146 case 0 if True:
147 x = True
148 self.assertIs(x, True)
149
150 def test_patma_002(self):
151 match 0:

Callers

nothing calls this directly

Calls 1

assertIsMethod · 0.45

Tested by

no test coverage detected