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

Method load_report

mod/project/python/pyenv_tool.py:1150–1152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1148
1149 @staticmethod
1150 def load_report() -> Dict:
1151 with open(EnvironmentReporter.REPORT_FILE, "r") as fs:
1152 return json.loads(fs.read())
1153
1154 @staticmethod
1155 def add_python_env(add_type: str, path: str) -> Optional[str]:

Callers 2

all_envMethod · 0.95
multi_remove_envMethod · 0.95

Calls 3

openFunction · 0.85
loadsMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected