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

Method structured_traceback

IPython/core/ultratb.py:589–595  ·  view source on GitHub ↗

Return a list of traceback frames. Must be implemented by each class.

(self, etype, evalue, tb, tb_offset=None,
                             context=5, mode=None)

Source from the content-addressed store, hash-verified

587 return self.stb2text(tb_list)
588
589 def structured_traceback(self, etype, evalue, tb, tb_offset=None,
590 context=5, mode=None):
591 """Return a list of traceback frames.
592
593 Must be implemented by each class.
594 """
595 raise NotImplementedError()
596
597
598#---------------------------------------------------------------------------

Callers 1

textMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected