Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ priority
Method
priority
scrapy/pqueues.py:166–167 ·
view source on GitHub ↗
(self, request: Request)
Source
from the content-addressed store, hash-verified
164
)
165
166
def
priority(self, request: Request) -> int:
167
return
-request.priority
168
169
def
push(self, request: Request) -> None:
170
priority = self.priority(request)
Callers
1
push
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected