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

Method getName

Algorithmia/datafile.py:213–215  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

211 return open(self.path)
212
213 def getName(self):
214 _, name = getParentAndBase(self.path)
215 return name
216
217 def getBytes(self):
218 exists, error = self.existsWithError()

Callers

nothing calls this directly

Calls 1

getParentAndBaseFunction · 0.90

Tested by

no test coverage detected