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

Method finish_exporting

scrapy/extensions/feedexport.py:434–438  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

432 )
433
434 def finish_exporting(self) -> None:
435 if self._exporting:
436 assert self.exporter
437 self.exporter.finish_exporting()
438 self._exporting = False
439
440
441class FeedExporter:

Callers 1

_close_slotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected