alphatwirl.progressbar.ProgressReportPickup

class alphatwirl.progressbar.ProgressReportPickup(**kwargs)[source]
__init__(**kwargs)

Methods

__init__(**kwargs)
getName()
isAlive() Return whether the thread is alive.
isDaemon()
is_alive() Return whether the thread is alive.
join([timeout]) Wait until the thread terminates.
run() Method representing the thread’s activity.
setDaemon(daemonic)
setName(name)
start() Start the thread’s activity.

Attributes

daemon A boolean value indicating whether this thread is a daemon thread.
ident Thread identifier of this thread or None if it has not been started.
name A string used for identification purposes only.