MCPcopy
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_closingMethod · 0.45
stop_asyncMethod · 0.45
closeMethod · 0.45
_cb_timeoutMethod · 0.45
closeMethod · 0.45
_cb_timeoutMethod · 0.45
dataReceivedMethod · 0.45
spider_closedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected