MCPcopy Create free account
hub / github.com/MotrixLab/insactor / collect_env

Function collect_env

diffplanner/utils/collect_env.py:7–11  ·  view source on GitHub ↗

Collect the information of the running environments.

()

Source from the content-addressed store, hash-verified

5
6
7def collect_env():
8 """Collect the information of the running environments."""
9 env_info = collect_base_env()
10 env_info['diffplanner'] = diffplanner.__version__ + '+' + get_git_hash()[:7]
11 return env_info
12
13
14if __name__ == '__main__':

Callers 2

mainFunction · 0.90
collect_env.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected