Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
str(object='') -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.
src/h/t/html5-dg-HEAD/server/python/pptransact.py html5-dg(Download)
'SIGNATURE': common.SIG, 'METHOD': 'SetExpressCheckout', 'VERSION': common.VER, 'PAYMENTREQUEST_0_CURRENCYCODE': 'USD', 'PAYMENTREQUEST_0_AMT': float(itemObj.get('qty', 0)) * float(itemObj.get('amt', 0)),
'SIGNATURE': common.SIG, 'METHOD': 'DoExpressCheckoutPayment', 'VERSION': common.VER, 'AMT': amt, 'TOKEN': token,
'SIGNATURE': common.SIG, 'METHOD': 'GetTransactionDetails', 'VERSION': common.VER, 'TRANSACTIONID': transactionId }