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

Function dummy_non_string

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

Source from the content-addressed store, hash-verified

1466 loader = ChromiumLoader(urls, backend="playwright", requires_js_support=False)
1467
1468 async def dummy_non_string(url):
1469 # Return an integer instead of an HTML string
1470 return 12345
1471
1472 monkeypatch.setattr(loader, "ascrape_playwright", dummy_non_string)
1473 docs = list(loader.lazy_load())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected