MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / dummy_none

Function dummy_none

tests/test_chromium.py:1110–1111  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

1108 loader = ChromiumLoader(urls, backend="playwright")
1109
1110 async def dummy_none(url):
1111 return None
1112
1113 monkeypatch.setattr(loader, "ascrape_playwright", dummy_none)
1114 docs = list(loader.lazy_load())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected