Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ traceback
Method
traceback
IPython/lib/backgroundjobs.py:425–426 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
423
return
'<BackgroundJob #%d: %s>'
% (self.num, self.strform)
424
425
def
traceback(self):
426
print(self._tb)
427
428
def
run(self):
429
try
:
Callers
1
_traceback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected