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

Method test_patma_216

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

Source from the content-addressed store, hash-verified

2312 self.assertEqual(set(f()), set())
2313
2314 def test_patma_216(self):
2315 def f():
2316 match ...:
2317 case _:
2318 return locals()
2319 self.assertEqual(set(f()), set())
2320
2321 def test_patma_217(self):
2322 def f():

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
fFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected