MCPcopy
hub / github.com/scrapy/scrapy / _crawl

Method _crawl

tests/test_crawler.py:750–751  ·  view source on GitHub ↗
(runner: CrawlerRunnerBase, spider: type[Spider])

Source from the content-addressed store, hash-verified

748
749 @staticmethod
750 def _crawl(runner: CrawlerRunnerBase, spider: type[Spider]) -> Deferred[None]:
751 return deferred_from_coro(runner.crawl(spider))
752
753 def test_crawler_runner_asyncio_enabled_true(self):
754 pytest.skip("This test is only for CrawlerRunner")

Callers

nothing calls this directly

Calls 2

deferred_from_coroFunction · 0.90
crawlMethod · 0.45

Tested by

no test coverage detected