Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ joinuser
Function
joinuser
Lib/sysconfig/__init__.py:125–126 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
123
return
None
124
125
def
joinuser(*args):
126
return
os.path.expanduser(os.path.join(*args))
127
128
if
os.name ==
"nt"
:
129
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…