MCPcopy 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
282def _normpath(filename, cwd):
283 assert cwd
284 return os.path.normpath(os.path.join(cwd, filename))

Callers 5

preprocessFunction · 0.85
_iter_linesFunction · 0.85
_iter_top_include_linesFunction · 0.85
preprocessFunction · 0.85
_iter_linesFunction · 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…