Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ joinuser
Function
joinuser
tools/python-3.11.9-amd64/Lib/site.py:283–284 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
281
return
None
282
283
def
joinuser(*args):
284
return
os.path.expanduser(os.path.join(*args))
285
286
if
os.name ==
"nt"
:
287
base = os.environ.get(
"APPDATA"
) or
"~"
Callers
1
_getuserbase
Function · 0.70
Calls
2
expanduser
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected