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

Function analyze

Tools/c-analyzer/c_analyzer/__init__.py:20–22  ·  view source on GitHub ↗
(filenmes, **kwargs)

Source from the content-addressed store, hash-verified

18
19
20def analyze(filenmes, **kwargs):
21 results = iter_analysis_results(filenames, **kwargs)
22 return Analysis.from_results(results)
23
24
25def iter_analysis_results(filenmes, *,

Callers

nothing calls this directly

Calls 2

iter_analysis_resultsFunction · 0.85
from_resultsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…