def key_func(k, v): try: return k, unrepr(v) except: return k, v
def arg_func(arg): try: return unrepr(arg) except: return arg