Searched refs:name2codepoint (Results 1 – 3 of 3) sorted by relevance
19 from html.entities import name2codepoint25 from htmlentitydefs import name2codepoint # noqa
38 def _entity_subber(match, name2c=html_entities.name2codepoint):
93 from htmlentitydefs import name2codepoint95 name2codepoint = {} variable516 if self.convertHTMLEntities and x in name2codepoint:517 return unichr(name2codepoint[x])1410 data = unichr(name2codepoint[ref])