MCPcopy
hub / github.com/scrapy/scrapy / fingerprint

Method fingerprint

tests/test_engine.py:469–470  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

467 def test_start_request_processing_exception(self):
468 class BadRequestFingerprinter:
469 def fingerprint(self, request):
470 raise ValueError # to make Scheduler.enqueue_request() fail
471
472 class SimpleSpider(Spider):
473 name = "simple"

Calls

no outgoing calls

Tested by

no test coverage detected