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

Method test_patma_218

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

Source from the content-addressed store, hash-verified

2326 self.assertEqual(set(f()), {"abc"})
2327
2328 def test_patma_218(self):
2329 def f():
2330 match ..., ...:
2331 case a, b:
2332 return locals()
2333 self.assertEqual(set(f()), {"a", "b"})
2334
2335 def test_patma_219(self):
2336 def f():

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
fFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected