MCPcopy
hub / github.com/scrapy/scrapy / export_item

Method export_item

scrapy/exporters.py:373–375  ·  view source on GitHub ↗
(self, item: Any)

Source from the content-addressed store, hash-verified

371 yield key, self._serialize_value(value)
372
373 def export_item(self, item: Any) -> dict[str | bytes, Any]: # type: ignore[override]
374 result: dict[str | bytes, Any] = dict(self._get_serialized_fields(item))
375 return result

Callers 1

_serialize_valueMethod · 0.95

Calls 1

Tested by

no test coverage detected