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

Method test_patma_215

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

Source from the content-addressed store, hash-verified

2303 self.assertEqual(set(f()), set())
2304
2305 def test_patma_215(self):
2306 def f():
2307 match 1:
2308 case 1 | 2 | 3:
2309 return locals()
2310 self.assertEqual(set(f()), set())
2311
2312 def test_patma_216(self):
2313 def f():

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
fFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected