Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ close
Method
close
scrapy/core/downloader/handlers/ftp.py:71–75 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
return
self.__filename
70
71
def
close(self) -> None:
72
if
self.filename:
73
self.body.close()
74
else
:
75
self.body.seek(0)
76
77
78
_CODE_RE = re.compile(r
"\d+"
)
Callers
1
download_request
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected