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

Method test_patma_220

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

Source from the content-addressed store, hash-verified

2338 self.assertEqual(set(f()), {"a", "b"})
2339
2340 def test_patma_220(self):
2341 def f():
2342 match Point(..., ...):
2343 case Point(x, y=y):
2344 return locals()
2345 self.assertEqual(set(f()), {"x", "y"})
2346
2347 def test_patma_221(self):
2348 def f():

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
fFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected