(context: BasicCrawlingContext)
| 52 | |
| 53 | @crawler.router.default_handler |
| 54 | async def handler(context: BasicCrawlingContext) -> None: |
| 55 | calls.append(context.request.url) |
| 56 | |
| 57 | await crawler.run() |
| 58 |
nothing calls this directly
no test coverage detected