MCPcopy Index your code
hub / github.com/python/mypy / report_most_common

Function report_most_common

misc/analyze_cache.py:84–85  ·  view source on GitHub ↗
(chunks: list[JsonDict], amount: int | None = None)

Source from the content-addressed store, hash-verified

82
83
84def report_most_common(chunks: list[JsonDict], amount: int | None = None) -> None:
85 report_counter(Counter(str(chunk) for chunk in chunks), amount)
86
87
88def compress(chunk: JsonDict) -> JsonDict:

Callers 1

mainFunction · 0.85

Calls 2

report_counterFunction · 0.85
strClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…