MCPcopy 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
97def 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
106def abs_paths():

Callers 4

removeduppathsFunction · 0.85
_init_pathinfoFunction · 0.85
addpackageFunction · 0.85
addsitedirFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected