MCPcopy
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

closeMethod · 0.45
_slot_gcMethod · 0.45

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected