Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/algorithmiaio/algorithmia-python
/ getName
Method
getName
Algorithmia/datafile.py:71–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
return
output_path
70
71
def
getName(self):
72
_, name = getParentAndBase(self.path)
73
return
name
74
75
def
getBytes(self):
76
exists, error = self.existsWithError()
Callers
1
cp
Method · 0.45
Calls
1
getParentAndBase
Function · 0.90
Tested by
no test coverage detected