Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_summary
Function · 0.70
Calls
2
build_section
Function · 0.85
render
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…