Searched refs:_cescape_highbit_to_str (Results 1 – 1 of 1) sorted by relevance
83 _cescape_highbit_to_str = ([chr(i) for i in range(0, 127)] + variable103 result = ''.join(_cescape_highbit_to_str[ord(c)] for c in result)