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

Method test_patma_217

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

Source from the content-addressed store, hash-verified

2319 self.assertEqual(set(f()), set())
2320
2321 def test_patma_217(self):
2322 def f():
2323 match ...:
2324 case abc:
2325 return locals()
2326 self.assertEqual(set(f()), {"abc"})
2327
2328 def test_patma_218(self):
2329 def f():

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
fFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected