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

Method stop_project

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

Source from the content-addressed store, hash-verified

1481 return public.returnMsg(True, "项目重启指令已执行,请注意查看日志")
1482
1483 def stop_project(self, get):
1484 get.name = get.project_name
1485 return self.StopProject(get)
1486
1487 def remove_project(self, get):
1488 get.name = get.project_name

Callers 2

StopProjectMethod · 0.45
RestartProjectMethod · 0.45

Calls 1

StopProjectMethod · 0.95

Tested by

no test coverage detected