Home | History | Annotate | Download | only in tests

Lines Matching refs:success_data

119   def __init__(self, num_errors, success_json, success_data):
122 self.success_data = success_data
126 return httplib2.Response(self.success_json), self.success_data
156 def __init__(self, num_errors, success_json, success_data):
159 self.success_data = success_data
163 return httplib2.Response(self.success_json), self.success_data