MCPcopy Index your code
hub / github.com/algorithmiaio/algorithmia-python / _postVoidOutput

Method _postVoidOutput

Algorithmia/algorithm.py:210–216  ·  view source on GitHub ↗
(self, input1)

Source from the content-addressed store, hash-verified

208 return response.text
209
210 def _postVoidOutput(self, input1):
211 self.query_parameters['output'] = 'void'
212 responseJson = self.client.postJsonHelper(self.url, input1, **self.query_parameters)
213 if 'error' in responseJson:
214 raise ApiError(responseJson['error']['message'])
215 else:
216 return AsyncResponse(responseJson)

Callers 1

pipeMethod · 0.95

Calls 3

ApiErrorClass · 0.90
AsyncResponseClass · 0.90
postJsonHelperMethod · 0.80

Tested by

no test coverage detected