Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ makepath
Function
makepath
tools/python-3.11.9-amd64/Lib/site.py:97–103 ·
view source on GitHub ↗
(*paths)
Source
from the content-addressed store, hash-verified
95
96
97
def
makepath(*paths):
98
dir = os.path.join(*paths)
99
try
:
100
dir = os.path.abspath(dir)
101
except
OSError:
102
pass
103
return
dir, os.path.normcase(dir)
104
105
106
def
abs_paths():
Callers
4
removeduppaths
Function · 0.85
_init_pathinfo
Function · 0.85
addpackage
Function · 0.85
addsitedir
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected