Searched refs:ComplexAmount (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/ |
D | response.py | 79 class ComplexAmount(ResponseElement): class 93 return super(ComplexAmount, self).startElement(name, attrs, connection) 98 super(ComplexAmount, self).endElement(name, value, connection) 103 setattr(self, name, ComplexAmount(name=name)) 154 setattr(self, name, ComplexAmount(name=name)) 170 setattr(self, name, ComplexAmount(name=name))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/fps/ |
D | test.py | 18 from boto.fps.response import ComplexAmount 39 self.assertIsInstance(accountbalance.TotalBalance, ComplexAmount)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/ |
D | response.py | 355 class ComplexAmount(ResponseElement): class 372 return super(ComplexAmount, self).startElement(name, attrs, connection) 378 super(ComplexAmount, self).endElement(name, value, connection) 381 class ComplexMoney(ComplexAmount): 441 EstimatedFees = MemberList(Amount=Element(ComplexAmount))
|