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

Method fingerprint

scrapy/utils/request.py:122–123  ·  view source on GitHub ↗
(self, request: Request)

Source from the content-addressed store, hash-verified

120 self._fingerprint = fingerprint
121
122 def fingerprint(self, request: Request) -> bytes:
123 return self._fingerprint(request)
124
125
126def request_httprepr(request: Request) -> bytes:

Callers 5

request_fingerprintMethod · 0.45
_process_requestMethod · 0.45
store_responseMethod · 0.45
_read_dataMethod · 0.45
_get_request_pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected