MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / cygpath

Function cygpath

configure.py:158–160  ·  view source on GitHub ↗

Convert path from posix to windows.

(path)

Source from the content-addressed store, hash-verified

156 return output.decode('UTF-8').strip()
157
158def cygpath(path):
159 """Convert path from posix to windows."""
160 return os.path.abspath(path).replace('\\', '/')
161
162
163def get_python_path(environ_cp, python_bin_path):

Callers 4

setup_pythonFunction · 0.85
create_android_ndk_ruleFunction · 0.85
create_android_sdk_ruleFunction · 0.85
get_ndk_api_levelFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected