Return the corresponding absolute path for path. path is expanded in the usual shell ways before joining it with the current working directory.
(path,
expandvars=os.path.expandvars,expanduser=os.path.expanduser,
join=os.path.join,getcwd=os.getcwd)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected