(self)
| 30 | # Stop the task handling the bot. This should be called before |
| 31 | # destroying the object, in order to also terminate the task. |
| 32 | def stop(self): |
| 33 | self.active = False |
| 34 | |
| 35 | # Main telegram bot loop. |
| 36 | # Sould be executed asynchronously, like with: |
nothing calls this directly
no outgoing calls
no test coverage detected