Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/programthink/zhao
/ _mkdir
Method
_mkdir
bin/make.py:262–265 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
260
Family.init()
261
262
def
_mkdir(self, name) :
263
if
os.path.exists(name) :
264
shutil.rmtree(name)
265
os.mkdir(name)
266
267
def
_exec(self, cmd) :
268
print(cmd)
Callers
1
do
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected