(self, formatted_exception_msg=True, no_result=False)
| 244 | |
| 245 | @abstractmethod |
| 246 | def poll(self, formatted_exception_msg=True, no_result=False): |
| 247 | pass |
| 248 | |
| 249 | @abstractmethod |
| 250 | def status_message(self): |
no outgoing calls
no test coverage detected