Home
last modified time | relevance | path

Searched refs:ResponseElement (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
Dresponse.py40 class JITResponse(ResponseElement):
166 result = self.find_element(action, 'Result', ResponseElement)
180 class ResponseElement(dict): class
223 return self._override.get(name, globals().get(name, ResponseElement))
249 class Response(ResponseElement):
269 _ResultClass = ResponseElement
276 class FeedSubmissionInfo(ResponseElement):
280 class SubmitFeedResult(ResponseElement):
284 class GetFeedSubmissionListResult(ResponseElement):
288 class GetFeedSubmissionCountResult(ResponseElement):
[all …]
Dconnection.py110 if isinstance(value, boto.mws.response.ResponseElement):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
Dresponse.py31 _Result = globals().get(action + 'Result', ResponseElement)
40 class ResponseElement(object): class
66 class Response(ResponseElement):
71 setattr(self, name, ResponseElement(name=name))
79 class ComplexAmount(ResponseElement):
101 class AmountCollection(ResponseElement):
115 class GetAccountBalanceResult(ResponseElement):
124 class GetTotalPrepaidLiabilityResult(ResponseElement):
133 class GetPrepaidBalanceResult(ResponseElement):
142 class GetOutstandingDebtBalanceResult(ResponseElement):
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/mws/
Dtest_response.py3 from boto.mws.response import (ResponseFactory, ResponseElement, Element,
17 class Test9one(ResponseElement):
21 class Test9Result(ResponseElement):
44 class Test8extra(ResponseElement):
47 class Test8Result(ResponseElement):
75 class Test7Result(ResponseElement):
144 class Test6Result(ResponseElement):
166 class Test5Result(ResponseElement):
176 class Test4Result(ResponseElement):
185 class Test1Result(ResponseElement):
[all …]
Dtest_connection.py24 from boto.mws.response import (ResponseElement, GetFeedSubmissionListResult,
76 response = ResponseElement()