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

Method __str__

IPython/lib/backgroundjobs.py:419–420  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

417 threading.Thread.__init__(self)
418
419 def __str__(self):
420 return self.strform
421
422 def __repr__(self):
423 return '<BackgroundJob #%d: %s>' % (self.num, self.strform)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected