Searched refs:escape_html (Results 1 – 1 of 1) sorted by relevance
49 def escape_html(s: str) -> str: function62 out += escape_html(n.text)155 text += '(' + escape_html(params) + ')'157 text += ' -⁠> ' + escape_html(d.trailing_return_type)159 text += ' = ' + escape_html(d.type)