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

Method remove_project

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

Source from the content-addressed store, hash-verified

1485 return self.StopProject(get)
1486
1487 def remove_project(self, get):
1488 get.name = get.project_name
1489 get.remove_env = True
1490 return self.RemoveProject(get)
1491
1492 def RemoveProject(self, get):
1493 """删除项目接口

Callers

nothing calls this directly

Calls 1

RemoveProjectMethod · 0.95

Tested by

no test coverage detected