Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_patma_000
Method
test_patma_000
Lib/test/test_patma.py:135–139 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
133
class
TestPatma(unittest.TestCase):
134
135
def
test_patma_000(self):
136
match 0:
137
case 0:
138
x = True
139
self.assertIs(x, True)
140
141
def
test_patma_001(self):
142
match 0:
Callers
nothing calls this directly
Calls
1
assertIs
Method · 0.45
Tested by
no test coverage detected