MCPcopy
hub / github.com/scrapy/scrapy / _stop_dfd

Method _stop_dfd

scrapy/crawler.py:763–764  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

761 return Crawler(spidercls, self.settings, init_reactor=init_reactor)
762
763 def _stop_dfd(self) -> Deferred[Any]:
764 return self.stop()
765
766 def start(
767 self, stop_after_crawl: bool = True, install_signal_handlers: bool = True

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected