Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ _mqpush
Method
_mqpush
scrapy/core/scheduler.py:438–439 ·
view source on GitHub ↗
(self, request: Request)
Source
from the content-addressed store, hash-verified
436
return
True
437
438
def
_mqpush(self, request: Request) -> None:
439
self.mqs.push(request)
440
441
def
_dqpop(self) -> Request | None:
442
if
self.dqs is not None:
Callers
1
enqueue_request
Method · 0.95
Calls
1
push
Method · 0.45
Tested by
no test coverage detected