Searched refs:ThreadWithException (Results 1 – 2 of 2) sorted by relevance
130 class ThreadWithException(Thread): class132 super(ThreadWithException, self).__init__(target = target)142 super(ThreadWithException, self).join(timeout)154 t = ThreadWithException(target = fn)
128 class ThreadWithException(Thread): class130 super(ThreadWithException, self).__init__(target = target)140 super(ThreadWithException, self).join(timeout)152 t = ThreadWithException(target = fn)