MCPcopy
hub / github.com/getsentry/sentry / r

Function r

tools/fast_editable.py:19–20  ·  view source on GitHub ↗
(p: str)

Source from the content-addressed store, hash-verified

17 # simulate `pip install -e .` -- but bypass setuptools
18
19 def r(p: str) -> str:
20 return os.path.relpath(p, ".")
21
22 # must be in a virtualenv
23 assert not sys.flags.no_site, sys.flags.no_site

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected