Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDCAI/DataFlow-MM
/ cli_env
Function
cli_env
dataflow/cli_funcs/cli_env.py:66–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
print(Fore.BLUE +
"="
* os.get_terminal_size().columns + Style.RESET_ALL)
65
66
def
cli_env():
67
get_env_info()
68
69
if
__name__ ==
"__main__"
:
70
print(get_env_info())
Callers
1
main
Function · 0.90
Calls
1
get_env_info
Function · 0.85
Tested by
no test coverage detected