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

Method _render_data

Tools/c-analyzer/c_parser/info.py:343–350  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

341 return row
342
343 def _render_data(self):
344 if not self.data:
345 return None
346 elif isinstance(self.data, str):
347 return self.data
348 else:
349 # XXX
350 raise NotImplementedError
351
352
353def _get_vartype(data):

Callers 1

as_rowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected