Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
20
def
file(dataUrl):
21
return
getDefaultClient().file(dataUrl)
22
23
def
dir(dataUrl):
24
return
getDefaultClient().dir(dataUrl)
Callers
nothing calls this directly
Calls
2
getDefaultClient
Function · 0.85
file
Method · 0.45
Tested by
no test coverage detected