testing.combinations(
("default", lambda ctx: 10, lambda ctx: 15),
("default", func.foo(), func.bar()),
("identity_gen", Identity(), Identity()),
("identity_gen", Seque
| 1 | from contextlib import contextmanager |
| 2 | from contextlib import nullcontext |
| 3 | import pickle |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected