MCPcopy
hub / github.com/unclecode/crawl4ai / __aenter__

Method __aenter__

crawl4ai/async_webcrawler.py:40–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38 self.verbose = kwargs.get("verbose", False)
39
40 async def __aenter__(self):
41 await self.crawler_strategy.__aenter__()
42 await self.awarmup()
43 return self
44
45 async def __aexit__(self, exc_type, exc_val, exc_tb):
46 await self.crawler_strategy.__aexit__(exc_type, exc_val, exc_tb)

Callers

nothing calls this directly

Calls 1

awarmupMethod · 0.95

Tested by

no test coverage detected