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