Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ store
Method
store
tests/test_feedexport.py:1242–1244 ·
view source on GitHub ↗
(self, file)
Source
from the content-addressed store, hash-verified
1240
return
Storage.open_file
1241
1242
def
store(self, file):
1243
Storage.store_file = file
1244
file.close()
1245
1246
settings = {
1247
"FEEDS"
: {self._random_temp_filename(): {
"format"
:
"jsonlines"
}},
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected