Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
105
def
transform_backquotes(s: str) -> str:
106
return
s.replace(
"``"
,
"`"
).replace(
"`"
,
"``"
)
107
108
109
def
add_backquotes(match: re.Match) -> str:
Callers
1
generate_command_help
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected