def pythonize(self, val): val = unique_value(val) return to_char(val)
def pythonize(self, val): return to_char(val)