(self)
| 15 | logger.info("init asyncore thread") |
| 16 | |
| 17 | def run(self): |
| 18 | while not self._stopped and state.shutdown == 0: |
| 19 | BMConnectionPool().loop() |
| 20 | |
| 21 | def stopThread(self): |
| 22 | super(BMNetworkThread, self).stopThread() |
nothing calls this directly
no test coverage detected