Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ path_to_url
Function
path_to_url
tests/test_feedexport.py:47–48 ·
view source on GitHub ↗
(path: str | Path)
Source
from the content-addressed store, hash-verified
45
46
47
def
path_to_url(path: str | Path) -> str:
48
return
urljoin(
"file:"
, pathname2url(str(path)))
49
50
51
def
printf_escape(s: str) -> str:
Callers
6
run_and_export
Method · 0.90
run_and_export
Method · 0.85
test_stats_file_success
Method · 0.85
test_stats_file_failed
Method · 0.85
test_stats_multiple_file
Method · 0.85
TestFeedExporterSignals
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected