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

Method test_patma_219

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

Source from the content-addressed store, hash-verified

2333 self.assertEqual(set(f()), {"a", "b"})
2334
2335 def test_patma_219(self):
2336 def f():
2337 match {"k": ..., "l": ...}:
2338 case {"k": a, "l": b}:
2339 return locals()
2340 self.assertEqual(set(f()), {"a", "b"})
2341
2342 def test_patma_220(self):
2343 def f():

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
fFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected