MCPcopy Index your code
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / run

Function run

tests/test_plasmate.py:234–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 loader = _make_loader(urls=["https://a.com", "https://b.com"])
233
234 async def run():
235 return [doc async for doc in loader.alazy_load()]
236
237 docs = asyncio.run(run())
238 assert len(docs) == 2

Callers 3

Calls 1

alazy_loadMethod · 0.45

Tested by

no test coverage detected