MCPcopy 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

_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…