Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
test_alazy_load_yields_documents
Function · 0.85
test_alazy_load_skips_empty
Function · 0.85
test_alazy_load_empty_urls
Function · 0.85
Calls
1
alazy_load
Method · 0.45
Tested by
no test coverage detected