Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ store
Method
store
scrapy/extensions/feedexport.py:104–105 ·
view source on GitHub ↗
Store the given file stream
(file)
Source
from the content-addressed store, hash-verified
102
object that will be used
for
the exporters
""
"
103
104
def
store(file):
# type: ignore[no-untyped-def]
105
""
"Store the given file stream"
""
106
107
108
class
FeedStorageProtocol(Protocol):
Callers
1
_close_slot
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected