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

Method getBuildLogs

Algorithmia/CLI.py:310–312  ·  view source on GitHub ↗
(self, user, algo, client)

Source from the content-addressed store, hash-verified

308 return table
309
310 def getBuildLogs(self, user, algo, client):
311 api_response = client.algo(user + '/' + algo).get_builds()
312 return json.dumps(api_response['results'], indent=1)
313
314
315 def getconfigfile(self):

Callers 2

mainFunction · 0.80
test_get_build_logsMethod · 0.80

Calls 2

get_buildsMethod · 0.80
algoMethod · 0.80

Tested by 1

test_get_build_logsMethod · 0.64