MCPcopy Create free account
hub / github.com/NVIDIA/NeMo-Relay / _html_text

Function _html_text

scripts/docs/generate_rust_library_reference.py:120–121  ·  view source on GitHub ↗
(value: str)

Source from the content-addressed store, hash-verified

118
119
120def _html_text(value: str) -> str:
121 return html_escape(_ascii(value), quote=False).replace("{", "{").replace("}", "}")
122
123
124def _html_attr(value: str) -> str:

Callers 1

_linked_signature_htmlFunction · 0.85

Calls 1

_asciiFunction · 0.85

Tested by

no test coverage detected