MCPcopy
hub / github.com/scrapy/scrapy / close

Method close

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

Source from the content-addressed store, hash-verified

45 def pop(self) -> Request | None: ...
46
47 def close(self) -> None: ...
48
49 def __len__(self) -> int: ...
50

Callers 3

popMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected