(a)
| 21 | return "func2", a, b, c, d |
| 22 | |
| 23 | def func3(a): |
| 24 | return f"func3({a})" |
| 25 | |
| 26 | assert m.test_callback1(func1) == "func1" |
| 27 | assert m.test_callback2(func2) == ("func2", "Hello", "x", True, 5) |
nothing calls this directly
no outgoing calls
no test coverage detected