MCPcopy Create free account
hub / github.com/apify/crawlee-python / __aenter__

Method __aenter__

src/crawlee/_utils/recurring_task.py:37–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 self.task: asyncio.Task | None = None
36
37 async def __aenter__(self) -> Self:
38 self.start()
39 return self
40
41 async def __aexit__(
42 self,

Callers

nothing calls this directly

Calls 1

startMethod · 0.95

Tested by

no test coverage detected