MCPcopy
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
51def printf_escape(s: str) -> str:
52 return s.replace("%", "%%")
53
54
55class FromCrawlerMixin:

Callers 6

run_and_exportMethod · 0.90
run_and_exportMethod · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…