MCPcopy Create free account
hub / github.com/ipython/ipython / _showtraceback

Function _showtraceback

IPython/testing/globalipapp.py:66–69  ·  view source on GitHub ↗

Print the traceback purely on stdout for doctest to capture it.

(self, etype, evalue, stb)

Source from the content-addressed store, hash-verified

64
65
66def _showtraceback(self, etype, evalue, stb):
67 """Print the traceback purely on stdout for doctest to capture it.
68 """
69 print(self.InteractiveTB.stb2text(stb), file=sys.stdout)
70
71
72def start_ipython():

Callers

nothing calls this directly

Calls 1

stb2textMethod · 0.45

Tested by

no test coverage detected