Searched refs:htmlentitydefs (Results 1 – 7 of 7) sorted by relevance
49 from html import entities as htmlentitydefs unknown51 import htmlentitydefs357 entity = htmlentitydefs.codepoint2name.get(code)
25 from htmlentitydefs import name2codepoint # noqa
11 from htmlentitydefs import codepoint2name
2317 import htmlentitydefs2318 if name in htmlentitydefs.entitydefs:2319 self.handle_data(htmlentitydefs.entitydefs[name])
93 from htmlentitydefs import name2codepoint
577 | ``html_entities`` | :mod:`py2:htmlentitydefs` | :mod:`py3:html.entities` …
588 | ``html_entities`` | :mod:`py2:htmlentitydefs` | :mod:`py3:html.entities` …