Home
last modified time | relevance | path

Searched refs:_html5 (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/html/
D__init__.py6 from html.entities import html5 as _html5 unknown
108 if s in _html5:
109 return _html5[s]
112 if s[:x] in _html5:
113 return _html5[s[:x]] + s[x:]