MCPcopy
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / load

Method load

scrapegraphai/docloaders/chromium.py:438–440  ·  view source on GitHub ↗

Load all documents synchronously.

(self)

Source from the content-addressed store, hash-verified

436 await browser.close()
437
438 def load(self) -> List[Document]:
439 """Load all documents synchronously."""
440 return list(self.lazy_load())
441
442 async def aload(self) -> List[Document]:
443 """Load all documents asynchronously."""

Callers 6

_fallback_fetchMethod · 0.95
fetch_contentMethod · 0.95
handle_web_sourceMethod · 0.95
browser_base_fetchFunction · 0.45
executeMethod · 0.45
load_file_contentMethod · 0.45

Calls 1

lazy_loadMethod · 0.95

Tested by

no test coverage detected