pyrax
Python Bindings for the Rackspace Cloud
|
Threading class to wait for object status in the background. More...
Public Member Functions | |
def | __init__ |
def | run |
Starts the thread. | |
Public Attributes | |
obj | |
att | |
desired | |
callback | |
interval | |
attempts | |
verbose |
Threading class to wait for object status in the background.
Note that verbose will always be False for a background thread.
def __init__ | ( | self, | |
obj, | |||
att, | |||
desired, | |||
callback, | |||
interval, | |||
attempts, | |||
verbose, | |||
verbose_atts | |||
) |
def run | ( | self | ) |
Starts the thread.