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

Function meta_stats_section

Tools/scripts/summarize_stats.py:1387–1395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1385
1386
1387def meta_stats_section() -> Section:
1388 def calc_rows(stats: Stats) -> Rows:
1389 return [("Number of data files", Count(stats.get("__nfiles__")))]
1390
1391 return Section(
1392 "Meta stats",
1393 "Meta statistics",
1394 [Table(("", "Count:"), calc_rows, JoinMode.CHANGE)],
1395 )
1396
1397
1398LAYOUT = [

Callers 1

summarize_stats.pyFile · 0.85

Calls 2

SectionClass · 0.70
TableClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…