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

Method test_patma_217

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
fFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected