Lines Matching full:convert_char
507 def convert_char(char):514 return ''.join([convert_char(c) for c in self.string])