Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ printf_escape
Function
printf_escape
tests/test_feedexport.py:51–52 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
49
50
51
def
printf_escape(s: str) -> str:
52
return
s.replace(
"%"
,
"%%"
)
53
54
55
class
FromCrawlerMixin:
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
1
replace
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…