(self, function, *args, **kwargs)
| 265 | self.dispatchEvent("afterReconnecting", ip) |
| 266 | |
| 267 | def startThread(self, function, *args, **kwargs): |
| 268 | t = HookThread(self.core.threadManager, function, args, kwargs) |
| 269 | |
| 270 | def activePlugins(self): |
| 271 | """ returns all active plugins """ |
no test coverage detected