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

Function _html_attr

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

Source from the content-addressed store, hash-verified

122
123
124def _html_attr(value: str) -> str:
125 return html_escape(_ascii(value), quote=True)
126
127
128def _slug_part(value: str) -> str:

Callers 1

_linked_signature_htmlFunction · 0.85

Calls 1

_asciiFunction · 0.85

Tested by

no test coverage detected