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

Method _render_data

Tools/c-analyzer/c_parser/info.py:809–814  ·  view source on GitHub ↗
(cls, fmt, data, extra)

Source from the content-addressed store, hash-verified

807
808 @classmethod
809 def _render_data(cls, fmt, data, extra):
810 if not data:
811 # XXX There should be some! Forward?
812 yield '???'
813 else:
814 yield from cls._format_data(fmt, data, extra)
815
816 @classmethod
817 def _render_data_row_item(cls, colname, data, extra):

Callers

nothing calls this directly

Calls 1

_format_dataMethod · 0.45

Tested by

no test coverage detected