MCPcopy Create free account
hub / github.com/billryan/algorithm-exercise / par_dir

Function par_dir

scripts/util.py:17–18  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

15
16
17def par_dir(path):
18 return os.path.abspath(os.path.join(path, os.pardir))

Callers 1

main.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected