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

Function _make_loader

tests/test_plasmate.py:17–20  ·  view source on GitHub ↗
(urls=None, **kwargs)

Source from the content-addressed store, hash-verified

15# ---------------------------------------------------------------------------
16
17def _make_loader(urls=None, **kwargs):
18 if urls is None:
19 urls = ["https://example.com"]
20 return PlasmateLoader(urls, **kwargs)
21
22
23def _mock_run(stdout: str, returncode: int = 0):

Calls 1

PlasmateLoaderClass · 0.90

Tested by

no test coverage detected