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

Function algo

Algorithmia/__init__.py:16–18  ·  view source on GitHub ↗
(algoRef)

Source from the content-addressed store, hash-verified

14
15# Get reference to an algorithm using a default client
16def algo(algoRef):
17 # Return algorithm reference using default client
18 return getDefaultClient().algo(algoRef)
19
20def file(dataUrl):
21 return getDefaultClient().file(dataUrl)

Callers

nothing calls this directly

Calls 2

getDefaultClientFunction · 0.85
algoMethod · 0.80

Tested by

no test coverage detected