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

Function abspath

Lib/test/test_dtrace.py:18–19  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

16
17
18def abspath(filename):
19 return os.path.abspath(findfile(filename, subdir="dtracedata"))
20
21
22def normalize_trace_output(output):

Callers 6

run_caseMethod · 0.70
assert_usableMethod · 0.70
get_pydoc_linkFunction · 0.50

Calls 2

findfileFunction · 0.90
abspathMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…