HomeSort by relevance Sort by last modified time
    Searched refs:ResponseElement (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
response.py 40 class JITResponse(ResponseElement):
166 result = self.find_element(action, 'Result', ResponseElement)
180 class ResponseElement(dict):
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...]
connection.py 110 if isinstance(value, boto.mws.response.ResponseElement):
141 "(ResponseElement or anything iterable/dict-like)" \
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
response.py 31 _Result = globals().get(action + 'Result', ResponseElement)
40 class ResponseElement(object):
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/
test_response.py 3 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...]
test_connection.py 24 from boto.mws.response import (ResponseElement, GetFeedSubmissionListResult,
76 response = ResponseElement()

Completed in 7859 milliseconds