Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ joinuser
Function
joinuser
Lib/site.py:303–304 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
301
return
None
302
303
def
joinuser(*args):
304
return
os.path.expanduser(os.path.join(*args))
305
306
if
os.name ==
"nt"
:
307
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…