Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ _get_blob_path
Method
_get_blob_path
scrapy/pipelines/files.py:336–337 ·
view source on GitHub ↗
(self, path: str)
Source
from the content-addressed store, hash-verified
334
return
"application/octet-stream"
335
336
def
_get_blob_path(self, path: str) -> str:
337
return
self.prefix + path
338
339
def
persist_file(
340
self,
Callers
2
stat_file
Method · 0.95
persist_file
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected