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

Function section

Tools/c-analyzer/cpython/__main__.py:83–88  ·  view source on GitHub ↗
(name, groupitems)

Source from the content-addressed store, hash-verified

81 total = 0
82
83 def section(name, groupitems):
84 nonlocal total
85 items, render = c_analyzer.build_section(name, groupitems,
86 relroot=REPO_ROOT)
87 yield from render()
88 total += len(items)
89
90 yield ''
91 yield '===================='

Callers 1

fmt_summaryFunction · 0.70

Calls 1

renderFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…