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

Function section

Tools/c-analyzer/c_analyzer/__main__.py:220–222  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

218 total = len(items)
219
220 def section(name):
221 _, render = build_section(name, items)
222 yield from render()
223
224 yield from section('types')
225 yield from section('functions')

Callers 1

fmt_summaryFunction · 0.70

Calls 2

build_sectionFunction · 0.85
renderFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…