MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / start_project

Method start_project

class/projectModel/pythonModel.py:1357–1359  ·  view source on GitHub ↗
(self, get)

Source from the content-addressed store, hash-verified

1355 return public.returnMsg(True, "启动指令已执行,请注意查看日志")
1356
1357 def start_project(self, get):
1358 get.name = get.project_name
1359 return self.StartProject(get)
1360
1361 def __stop_project(self, project_conf, reconstruction=False):
1362 """停止项目

Callers 2

StartProjectMethod · 0.45
RestartProjectMethod · 0.45

Calls 1

StartProjectMethod · 0.95

Tested by

no test coverage detected