Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ cancel
Method
cancel
scrapy/utils/reactor.py:67–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
65
self._call = call_later(delay, self)
66
67
def
cancel(self) -> None:
68
if
self._call:
69
self._call.cancel()
70
71
def
__call__(self) -> _T:
72
# circular import
Callers
8
_maybe_fire_closing
Method · 0.45
stop_async
Method · 0.45
close
Method · 0.45
_cb_timeout
Method · 0.45
close
Method · 0.45
_cb_timeout
Method · 0.45
dataReceived
Method · 0.45
spider_closed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected