MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / abspath

Function abspath

Tools/pybench/CommandLine.py:130–149  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

expandvarsFunction · 0.50
expanduserFunction · 0.50
joinFunction · 0.50
getcwdFunction · 0.50

Tested by

no test coverage detected