Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_patma_003
Method
test_patma_003
Lib/test/test_patma.py:157–162 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
155
self.assertIs(x, True)
156
157
def
test_patma_003(self):
158
x = False
159
match 0:
160
case 0 | 1 | 2 | 3:
161
x = True
162
self.assertIs(x, True)
163
164
def
test_patma_004(self):
165
x = False
Callers
nothing calls this directly
Calls
1
assertIs
Method · 0.45
Tested by
no test coverage detected