Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_patma_002
Method
test_patma_002
Lib/test/test_patma.py:150–156 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
148
self.assertIs(x, True)
149
150
def
test_patma_002(self):
151
match 0:
152
case 0:
153
x = True
154
case 0:
155
x = False
156
self.assertIs(x, True)
157
158
def
test_patma_003(self):
159
x = False
Callers
nothing calls this directly
Calls
1
assertIs
Method · 0.45
Tested by
no test coverage detected