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

Method _extract_tb

IPython/core/ultratb.py:627–631  ·  view source on GitHub ↗
(self, tb)

Source from the content-addressed store, hash-verified

625 self.ostream.write('\n')
626
627 def _extract_tb(self, tb):
628 if tb:
629 return traceback.extract_tb(tb)
630 else:
631 return None
632
633 def structured_traceback(self, etype, evalue, etb=None, tb_offset=None,
634 context=5):

Callers 1

structured_tracebackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected