Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ close
Method
close
scrapy/core/downloader/__init__.py:68–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
return
self.delay
67
68
def
close(self) -> None:
69
if
self.latercall:
70
self.latercall.cancel()
71
self.latercall = None
72
73
def
__str__(self) -> str:
74
return
(
Callers
2
close
Method · 0.45
_slot_gc
Method · 0.45
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected