(self)
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected