(vid: object, ser: object)
| 286 | |
| 287 | def set_to(self, n: int) -> Action: |
| 288 | def set_to_impl(vid: object, ser: object) -> None: |
| 289 | self.n = n |
| 290 | return set_to_impl |
| 291 | |
| 292 | def equals(self, n: int) -> Matcher: |
nothing calls this directly
no outgoing calls
no test coverage detected