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

Function render

Tools/c-analyzer/c_analyzer/__main__.py:111–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 items = (v for v in groupitems if match_kind(v.kind))
110 items = sorted(items, key=sortkey)
111 def render():
112 yield ''
113 yield f'{name}:'
114 yield ''
115 for line in _render_table(items, columns, relroot):
116 yield line
117 return items, render
118
119

Callers 2

sectionFunction · 0.70
renderMethod · 0.50

Calls 1

_render_tableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…