(self, job_id)
| 10 | class CompanyResearchTasks(): |
| 11 | |
| 12 | def __init__(self, job_id): |
| 13 | self.job_id = job_id |
| 14 | |
| 15 | def append_event_callback(self, task_output): |
| 16 | logger.info("Callback called: %s", task_output) |
nothing calls this directly
no outgoing calls
no test coverage detected