(self, *args, **kwargs)
| 709 | |
| 710 | # Deprecated alias for attach_task |
| 711 | def attach_module(self, *args, **kwargs): |
| 712 | return self.attach_task(*args, **kwargs) |
| 713 | |
| 714 | def get_tc_stats(self, name): |
| 715 | request = bess_msg.GetTcStatsRequest() |
nothing calls this directly
no test coverage detected