MCPcopy
hub / github.com/scrapy/scrapy / assertExportedPickle

Method assertExportedPickle

tests/test_feedexport.py:220–226  ·  view source on GitHub ↗
(  # noqa: B027
        self,
        items: Iterable[Any],
        rows: Iterable[dict[str, Any]],
        settings: dict[str, Any] | None = None,
    )

Source from the content-addressed store, hash-verified

218 pass
219
220 async def assertExportedPickle( # noqa: B027
221 self,
222 items: Iterable[Any],
223 rows: Iterable[dict[str, Any]],
224 settings: dict[str, Any] | None = None,
225 ) -> None:
226 pass
227
228 async def assertExportedMarshal( # noqa: B027
229 self,

Callers 1

assertExportedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected