Searched refs:name2codepoint (Results 1 – 1 of 1) sorted by relevance
92 from htmlentitydefs import name2codepoint94 name2codepoint = {} variable481 if self.convertHTMLEntities and x in name2codepoint:482 return unichr(name2codepoint[x])1059 data = unichr(name2codepoint[ref])