MCPcopy Create free account
hub / github.com/python/cpython / _resolve_filenames

Function _resolve_filenames

Tools/c-analyzer/cpython/__main__.py:61–66  ·  view source on GitHub ↗
(filenames)

Source from the content-addressed store, hash-verified

59
60
61def _resolve_filenames(filenames):
62 if filenames:
63 resolved = (_files.resolve_filename(f) for f in filenames)
64 else:
65 resolved = _files.iter_filenames()
66 return resolved
67
68
69#######################################

Callers 4

cmd_parseFunction · 0.85
cmd_checkFunction · 0.85
cmd_analyzeFunction · 0.85
cmd_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…