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

Function analyze_files

Tools/cases_generator/analyzer.py:1420–1421  ·  view source on GitHub ↗
(filenames: list[str])

Source from the content-addressed store, hash-verified

1418
1419
1420def analyze_files(filenames: list[str]) -> Analysis:
1421 return analyze_forest(parser.parse_files(filenames))
1422
1423
1424def dump_analysis(analysis: Analysis) -> None:

Calls 1

analyze_forestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…