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

Function build_table

Tools/c-analyzer/c_common/tables.py:236–238  ·  view source on GitHub ↗
(specs, *, sep=' ', defaultwidth=None)

Source from the content-addressed store, hash-verified

234
235
236def build_table(specs, *, sep=' ', defaultwidth=None):
237 columns = resolve_columns(specs)
238 return _build_table(columns, sep=sep, defaultwidth=defaultwidth)
239
240
241class ColumnSpec(namedtuple('ColumnSpec', 'field label fmt')):

Callers 1

render_tableFunction · 0.90

Calls 2

resolve_columnsFunction · 0.85
_build_tableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…