MCPcopy
hub / github.com/scrapy/scrapy / process_results

Method process_results

scrapy/spiders/feed.py:128–132  ·  view source on GitHub ↗

This method has the same purpose as the one in XMLFeedSpider

(
        self, response: Response, results: Iterable[Any]
    )

Source from the content-addressed store, hash-verified

126 headers: list[str] | None = None
127
128 def process_results(
129 self, response: Response, results: Iterable[Any]
130 ) -> Iterable[Any]:
131 """This method has the same purpose as the one in XMLFeedSpider"""
132 return results
133
134 def adapt_response(self, response: Response) -> Response:
135 """This method has the same purpose as the one in XMLFeedSpider"""

Callers 1

parse_rowsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected