MCPcopy Index your code
hub / github.com/python/cpython / test_patma_214

Method test_patma_214

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
fFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected