MCPcopy
hub / github.com/scrapy/scrapy / finish_exporting

Method finish_exporting

scrapy/exporters.py:272–273  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

270 self.csv_writer.writerow(values)
271
272 def finish_exporting(self) -> None:
273 self.stream.detach() # Avoid closing the wrapped file.
274
275 def _build_row(self, values: Iterable[Any]) -> Iterable[Any]:
276 for s in values:

Callers 2

assertExportResultMethod · 0.95

Calls

no outgoing calls

Tested by 2

assertExportResultMethod · 0.76