Home
last modified time | relevance | path

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

/third_party/python/Lib/html/
H A D__init__.py6 from html.entities import html5 as _html5 namespace
108 if s in _html5:
109 return _html5[s]
112 if s[:x] in _html5:
113 return _html5[s[:x]] + s[x:]

Completed in 1 milliseconds