MCPcopy Index your code
hub / github.com/python/cpython / _abs

Function _abs

Tools/c-analyzer/cpython/_parser.py:16–17  ·  view source on GitHub ↗
(relfile)

Source from the content-addressed store, hash-verified

14
15
16def _abs(relfile):
17 return os.path.join(REPO_ROOT, relfile)
18
19
20def format_conf_lines(lines):

Callers 4

absFunction · 0.85
format_conf_linesFunction · 0.85
format_tsv_linesFunction · 0.85
_parser.pyFile · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…