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

Method _traceback

IPython/lib/backgroundjobs.py:339–344  ·  view source on GitHub ↗
(self, job)

Source from the content-addressed store, hash-verified

337 error('Job #%s not found' % num)
338
339 def _traceback(self, job):
340 num = job if isinstance(job, int) else job.num
341 try:
342 self.all[num].traceback()
343 except KeyError:
344 error('Job #%s not found' % num)
345
346 def traceback(self, job=None):
347 if job is None:

Callers 1

tracebackMethod · 0.95

Calls 1

tracebackMethod · 0.45

Tested by

no test coverage detected