Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conda/constructor
/ normalize_path
Function
normalize_path
constructor/utils.py:245–247 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
243
244
245
def
normalize_path(path):
246
new_path = normpath(path)
247
return
new_path.replace(sep + sep, sep)
248
249
250
def
rm_rf(path):
Callers
4
test_normalize_path
Function · 0.90
copy_conda_exe
Function · 0.85
identify_conda_exe
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_normalize_path
Function · 0.72