Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ push
Method
push
scrapy/pqueues.py:43–43 ·
view source on GitHub ↗
(self, request: Request)
Source
from the content-addressed store, hash-verified
41
""
"Protocol for downstream queues of ``ScrapyPriorityQueue``."
""
42
43
def
push(self, request: Request) -> None: ...
44
45
def
pop(self) -> Request | None: ...
46
Callers
15
push
Method · 0.45
push
Method · 0.45
_dqpush
Method · 0.45
_mqpush
Method · 0.45
nonserializable_object_test
Function · 0.45
test_serialize
Method · 0.45
test_serialize_item
Method · 0.45
test_serialize_loader
Method · 0.45
test_serialize_request_recursive
Method · 0.45
test_non_pickable_object
Method · 0.45
test_serialize
Method · 0.45
test_serialize_item
Method · 0.45
Calls
no outgoing calls
Tested by
15
nonserializable_object_test
Function · 0.36
test_serialize
Method · 0.36
test_serialize_item
Method · 0.36
test_serialize_loader
Method · 0.36
test_serialize_request_recursive
Method · 0.36
test_non_pickable_object
Method · 0.36
test_serialize
Method · 0.36
test_serialize_item
Method · 0.36
test_serialize_loader
Method · 0.36
test_serialize_request_recursive
Method · 0.36
test_one_element
Method · 0.36
test_order
Method · 0.36