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

Function launch_crawler_1

tests/unit/crawlers/_basic/test_basic_crawler.py:2112–2114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2110 finished_event = asyncio.Event()
2111
2112 async def launch_crawler_1() -> None:
2113 await crawler_1.run(['https://a.placeholder.com'])
2114 finished_event.set()
2115
2116 async def launch_crawler_2() -> None:
2117 # Ensure that crawler_1 is already running and has activated event_manager

Calls 2

setMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected