Searched refs:_tounicode (Results 1 – 1 of 1) sorted by relevance
187 write(_tounicode(doctype))239 def _tounicode(s): function333 qname = _tounicode(qname)342 prefix = _tounicode(prefix)381 write("<!--%s-->" % _tounicode(text))383 write("<?%s?>" % _tounicode(text))385 tag = qnames[_tounicode(tag) if tag is not None else None]410 k = _tounicode(k.text)412 k = _tounicode(k)414 v = qnames[_tounicode(v.text)][all …]