Searched refs:name2codepoint (Results 1 – 2 of 2) sorted by relevance
38 def _entity_subber(match, name2c=html_entities.name2codepoint):
93 from htmlentitydefs import name2codepoint95 name2codepoint = {} variable504 if self.convertHTMLEntities and x in name2codepoint:505 return unichr(name2codepoint[x])1407 data = unichr(name2codepoint[ref])