MCPcopy
hub / github.com/scrapy/scrapy / run_and_export

Method run_and_export

tests/test_feedexport.py:237–240  ·  view source on GitHub ↗
(
        self, spider_cls: type[Spider], settings: dict[str, Any]
    )

Source from the content-addressed store, hash-verified

235
236 @abstractmethod
237 async def run_and_export(
238 self, spider_cls: type[Spider], settings: dict[str, Any]
239 ) -> dict[str, Any]:
240 pass
241
242 def _load_until_eof(
243 self, data: bytes, load_func: Callable[[IO[bytes]], Any]

Callers 2

exported_dataMethod · 0.95
exported_no_dataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected