MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / check_misc

Function check_misc

imperative/python/megengine/_env_initlization.py:116–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114
115
116def check_misc():
117 config_env()
118 check_pip_env()
119 check_termux()
120 check_windows()

Callers 1

__init__.pyFile · 0.70

Calls 4

check_termuxFunction · 0.85
config_envFunction · 0.70
check_pip_envFunction · 0.70
check_windowsFunction · 0.70

Tested by

no test coverage detected