(self, *args, **kwargs)
| 3195 | yield (src, dst) |
| 3196 | |
| 3197 | def zerocopy_fun(self, *args, **kwargs): |
| 3198 | raise NotImplementedError("must be implemented in subclass") |
| 3199 | |
| 3200 | def reset(self): |
| 3201 | self.tearDown() |
no outgoing calls
no test coverage detected