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

Method _extract_tb

IPython/core/ultratb.py:145–149  ·  view source on GitHub ↗
(self, tb: TracebackType | None)

Source from the content-addressed store, hash-verified

143 self.ostream.write("\n")
144
145 def _extract_tb(self, tb: TracebackType | None) -> traceback.StackSummary | None:
146 if tb:
147 return traceback.extract_tb(tb)
148 else:
149 return None
150
151 def structured_traceback(
152 self,

Callers 1

structured_tracebackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected