MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / joinuser

Function joinuser

tools/python-3.11.9-amd64/Lib/sysconfig.py:118–119  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

116 return None
117
118 def joinuser(*args):
119 return os.path.expanduser(os.path.join(*args))
120
121 if os.name == "nt":
122 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