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

Method test_patma_214

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

Source from the content-addressed store, hash-verified

2298 self.assertIs(f((1, 2, 3)), None)
2299
2300 def test_patma_214(self):
2301 def f():
2302 match 42:
2303 case 42:
2304 return locals()
2305 self.assertEqual(set(f()), set())
2306
2307 def test_patma_215(self):
2308 def f():

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
fFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected