(self, *args, **kwargs)
| 3169 | yield (src, dst) |
| 3170 | |
| 3171 | def zerocopy_fun(self, *args, **kwargs): |
| 3172 | raise NotImplementedError("must be implemented in subclass") |
| 3173 | |
| 3174 | def reset(self): |
| 3175 | self.tearDown() |
no outgoing calls
no test coverage detected