(self)
| 547 | |
| 548 | class ScrapeTaskManager: |
| 549 | def __init__(self): |
| 550 | self.tasks = {} |
| 551 | |
| 552 | def _scrape_headers(self, platform): |
| 553 | # Header/cookie profile più realistico e riusabile tra richieste HTTP e Playwright. |
nothing calls this directly
no outgoing calls
no test coverage detected