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

Method test_patma_220

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

setFunction · 0.85
fFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected