MCPcopy Create free account
hub / github.com/ddnet/ddnet / relpath

Function relpath

scripts/integration_test.py:77–81  ·  view source on GitHub ↗
(path, start=os.curdir)

Source from the content-addressed store, hash-verified

75
76
77def relpath(path, start=os.curdir):
78 try:
79 return os.path.relpath(path, start)
80 except ValueError:
81 return os.path.realpath(path)
82
83
84def popen(args, *, cwd, **kwargs):

Callers 4

popenFunction · 0.85
run_testMethod · 0.85
__init__Method · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected