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

Function render

Tools/c-analyzer/cpython/_capi.py:477–478  ·  view source on GitHub ↗
(items, **kwargs)

Source from the content-addressed store, hash-verified

475 raise ValueError(f'unsupported format {format!r}')
476 else:
477 def render(items, **kwargs):
478 return render_table(items, columns=format, **kwargs)
479 return render
480
481

Callers 3

sectionFunction · 0.70
cmd_capiFunction · 0.70
cmd_builtin_typesFunction · 0.70

Calls 1

render_tableFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…