MCPcopy
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

pushMethod · 0.45
pushMethod · 0.45
_dqpushMethod · 0.45
_mqpushMethod · 0.45
test_serializeMethod · 0.45
test_serialize_itemMethod · 0.45
test_serialize_loaderMethod · 0.45
test_serializeMethod · 0.45
test_serialize_itemMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_serializeMethod · 0.36
test_serialize_itemMethod · 0.36
test_serialize_loaderMethod · 0.36
test_serializeMethod · 0.36
test_serialize_itemMethod · 0.36
test_serialize_loaderMethod · 0.36
test_one_elementMethod · 0.36
test_orderMethod · 0.36