MCPcopy Index your code
hub / github.com/RustPython/RustPython / joinuser

Function joinuser

Lib/site.py:305–306  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

303 return None
304
305 def joinuser(*args):
306 return os.path.expanduser(os.path.join(*args))
307
308 if os.name == "nt":
309 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