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