MCPcopy
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
113class TestFeedExportBase(ABC):

Callers 6

_assert_storesMethod · 0.45
_storeMethod · 0.45
test_storeMethod · 0.45
test_store_with_aclMethod · 0.45
test_storeMethod · 0.45

Calls 2

infoMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected