Searched refs:_html5 (Results 1 – 1 of 1) sorted by relevance
6 from html.entities import html5 as _html5 unknown108 if s in _html5:109 return _html5[s]112 if s[:x] in _html5:113 return _html5[s[:x]] + s[x:]