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
daemonA boolean value indicating whether this thread is a daemon thread. identThread identifier of this thread or None if it has not been started. nameA string used for identification purposes only. -