Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/algorithmiaio/algorithmia-python
/ create
Method
create
Algorithmia/datadirectory.py:173–174 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
171
return
os.path.isdir(self.path)
172
173
def
create(self):
174
os.mkdir(self.path)
175
176
def
delete(self, force=False):
177
os.rmdir(self.path)
Callers
nothing calls this directly
Calls
1
mkdir
Method · 0.80
Tested by
no test coverage detected