Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
def
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
84
def
popen(args, *, cwd, **kwargs):
Callers
4
popen
Function · 0.85
run_test
Method · 0.85
__init__
Method · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected