MCPcopy Index your code
hub / github.com/Breakthrough/PySceneDetect / transform_backquotes

Function transform_backquotes

docs/generate_cli_docs.py:105–106  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

103
104
105def transform_backquotes(s: str) -> str:
106 return s.replace("``", "`").replace("`", "``")
107
108
109def add_backquotes(match: re.Match) -> str:

Callers 1

generate_command_helpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected