MCPcopy 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
11def escape(text):
12 if text is None:
13 return ""
14 return html.escape(str(text), quote=True)
15
16
17import re

Callers 2

build_event_htmlFunction · 0.85
build_htmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected