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

Method stb2text

IPython/core/tbtools.py:524–526  ·  view source on GitHub ↗

Convert a structured traceback (a list) to a string.

(self, stb: list[str])

Source from the content-addressed store, hash-verified

522 self._theme_name = "nocolor"
523
524 def stb2text(self, stb: list[str]) -> str:
525 """Convert a structured traceback (a list) to a string."""
526 return "\n".join(stb)
527
528 def text(
529 self,

Callers 4

textMethod · 0.95
wrappedMethod · 0.45
_showtracebackMethod · 0.45
_showtracebackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected