Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/programthink/zhao
/ _exec
Method
_exec
bin/make.py:267–269 ·
view source on GitHub ↗
(self, cmd)
Source
from the content-addressed store, hash-verified
265
os.mkdir(name)
266
267
def
_exec(self, cmd) :
268
print(cmd)
269
return
os.system(cmd.encode(u
'utf-8'
))
270
271
def
do(self, file_type) :
272
os.chdir(u
'../download/'
)
Callers
1
do
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected