Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
18
def
abspath(filename):
19
return
os.path.abspath(findfile(filename, subdir=
"dtracedata"
))
20
21
22
def
normalize_trace_output(output):
Callers
6
test_abspath_issue3426
Method · 0.70
test_abspath_invalid_paths
Method · 0.70
run_case
Method · 0.70
assert_usable
Method · 0.70
test_verify_call_opcodes
Method · 0.70
get_pydoc_link
Function · 0.50
Calls
2
findfile
Function · 0.90
abspath
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…