Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/zebbern/claude-code-guide
/ escape
Function
escape
skills/timeline-builder/scripts/generate_timeline.py:11–14 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
9
10
11
def
escape(text):
12
if
text is None:
13
return
""
14
return
html.escape(str(text), quote=True)
15
16
17
import
re
Callers
2
build_event_html
Function · 0.85
build_html
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected