in Python/ConnectDialerSuccessUpdate.py [0:0]
def decimaldefault(obj): if isinstance(obj, Decimal): return float(obj) raise TypeError