Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ makepath
Function
makepath
Lib/site.py:104–110 ·
view source on GitHub ↗
(*paths)
Source
from the content-addressed store, hash-verified
102
103
104
def
makepath(*paths):
105
dir = os.path.join(*paths)
106
try
:
107
dir = os.path.abspath(dir)
108
except
OSError:
109
pass
110
return
dir, os.path.normcase(dir)
111
112
113
def
abs_paths():
Callers
4
removeduppaths
Function · 0.85
_init_pathinfo
Function · 0.85
addpackage
Function · 0.85
addsitedir
Function · 0.85
Calls
2
normcase
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected