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

Method test_patma_002

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

Source from the content-addressed store, hash-verified

147 self.assertIs(x, True)
148
149 def test_patma_002(self):
150 match 0:
151 case 0:
152 x = True
153 case 0:
154 x = False
155 self.assertIs(x, True)
156
157 def test_patma_003(self):
158 x = False

Callers

nothing calls this directly

Calls 1

assertIsMethod · 0.45

Tested by

no test coverage detected