MCPcopy Index your code
hub / github.com/ipython/ipython / render

Method render

IPython/core/tbtools.py:363–364  ·  view source on GitHub ↗
(self, *, pygmented: bool)

Source from the content-addressed store, hash-verified

361 is_current = False
362
363 def render(self, *, pygmented: bool) -> str:
364 return "<Error retrieving source code with stack_data see ipython/ipython#13598>"
365
366 return [Dummy()]
367

Callers 2

_format_traceback_linesFunction · 0.80
_format_traceback_linesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected