def default()

in repos/serving/lambdas/functions/read-sm/lambda_function.py [0:0]


    def default(self, obj):
        if isinstance(obj, Decimal):
            return float(obj)
        return super(DecimalEncoder, self).default(obj)