(interval=t_short, *a, **kw)
| 37 | return args |
| 38 | |
| 39 | def crasher(interval=t_short, *a, **kw): |
| 40 | time.sleep(interval) |
| 41 | raise Exception("Dead job with interval %s" % interval) |
| 42 | |
| 43 | #----------------------------------------------------------------------------- |
| 44 | # Classes and functions |
nothing calls this directly
no outgoing calls
no test coverage detected