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

Function _showtraceback

IPython/testing/globalipapp.py:43–46  ·  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

41
42
43def _showtraceback(self, etype, evalue, stb):
44 """Print the traceback purely on stdout for doctest to capture it.
45 """
46 print(self.InteractiveTB.stb2text(stb), file=sys.stdout)
47
48
49def start_ipython():

Callers

nothing calls this directly

Calls 1

stb2textMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…