MCPcopy 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

_getuserbaseFunction · 0.70

Calls 2

expanduserMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…