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

Method data_as_row

Tools/c-analyzer/c_parser/info.py:642–643  ·  view source on GitHub ↗
(data, ext, cols)

Source from the content-addressed store, hash-verified

640 def render_rowdata(self, columns=None):
641 columns, datacolumns, colnames = self._parse_columns(columns)
642 def data_as_row(data, ext, cols):
643 return self._render_data_row('row', data, ext, cols)
644 rowdata = self._as_row(colnames, datacolumns, data_as_row)
645 for column, value in rowdata.items():
646 colname = colnames.get(column)

Callers

nothing calls this directly

Calls 1

_render_data_rowMethod · 0.95

Tested by

no test coverage detected