MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_patma_215

Method test_patma_215

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

Source from the content-addressed store, hash-verified

2305 self.assertEqual(set(f()), set())
2306
2307 def test_patma_215(self):
2308 def f():
2309 match 1:
2310 case 1 | 2 | 3:
2311 return locals()
2312 self.assertEqual(set(f()), set())
2313
2314 def test_patma_216(self):
2315 def f():

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
fFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected