Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _normpath
Function
_normpath
Tools/c-analyzer/c_parser/preprocessor/gcc.py:282–284 ·
view source on GitHub ↗
(filename, cwd)
Source
from the content-addressed store, hash-verified
280
281
282
def
_normpath(filename, cwd):
283
assert cwd
284
return
os.path.normpath(os.path.join(cwd, filename))
Callers
5
preprocess
Function · 0.85
_iter_lines
Function · 0.85
_iter_top_include_lines
Function · 0.85
preprocess
Function · 0.85
_iter_lines
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…