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

Method environment_manager

class/projectModel/pythonModel.py:133–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131
132 @property
133 def environment_manager(self):
134 if self._environment_manager is None:
135 self._environment_manager = EnvironmentManager()
136 return self._environment_manager
137
138 def need_update_project(self, update_name: str):
139 tip_file = "{}/{}.pl".format(self._project_path, update_name)

Callers

nothing calls this directly

Calls 1

EnvironmentManagerClass · 0.90

Tested by

no test coverage detected