Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ store
Method
store
tests/test_feedexport.py:108–110 ·
view source on GitHub ↗
(self, file)
Source
from the content-addressed store, hash-verified
106
return
tempfile.NamedTemporaryFile(prefix=
"feed-"
)
107
108
def
store(self, file):
109
self.logger.info(
"Storage.store is called"
)
110
file.close()
111
112
113
class
TestFeedExportBase(ABC):
Callers
6
_assert_stores
Method · 0.45
_store
Method · 0.45
test_store
Method · 0.45
test_store_without_acl
Method · 0.45
test_store_with_acl
Method · 0.45
test_store
Method · 0.45
Calls
2
info
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected