MCPcopy Create free account
hub / github.com/python/cpython / _render_data_row_item

Method _render_data_row_item

Tools/c-analyzer/c_parser/info.py:817–821  ·  view source on GitHub ↗
(cls, colname, data, extra)

Source from the content-addressed store, hash-verified

815
816 @classmethod
817 def _render_data_row_item(cls, colname, data, extra):
818 if colname == 'data':
819 return cls._format_data('row', data, extra)
820 else:
821 return None
822
823 @classmethod
824 def _format_data(cls, fmt, data, extra):

Callers 1

_data_as_rowMethod · 0.45

Calls 1

_format_dataMethod · 0.45

Tested by

no test coverage detected