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

Function file

Algorithmia/__init__.py:20–21  ·  view source on GitHub ↗
(dataUrl)

Source from the content-addressed store, hash-verified

18 return getDefaultClient().algo(algoRef)
19
20def file(dataUrl):
21 return getDefaultClient().file(dataUrl)
22
23def dir(dataUrl):
24 return getDefaultClient().dir(dataUrl)

Callers

nothing calls this directly

Calls 2

getDefaultClientFunction · 0.85
fileMethod · 0.45

Tested by

no test coverage detected