8.2.7.30.35. is_aliveΒΆ

IdleContainer.is_alive()

Return whether the thread is alive.

This method returns True just before the run() method starts until just after the run() method terminates. See also the module function enumerate().