MCPcopy
hub / github.com/scrapy/scrapy / pop

Method pop

scrapy/pqueues.py:45–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 def push(self, request: Request) -> None: ...
44
45 def pop(self) -> Request | None: ...
46
47 def close(self) -> None: ...
48

Callers 15

_configureMethod · 0.45
__init__Method · 0.45
popMethod · 0.45
popMethod · 0.45
__init__Method · 0.45
_pop_command_nameFunction · 0.45
startMethod · 0.45
__new__Method · 0.45
test_serializeMethod · 0.45
test_serialize_itemMethod · 0.45
test_serialize_loaderMethod · 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
next_requestMethod · 0.36
decrementMethod · 0.36
test_popMethod · 0.36