pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Public Attributes
_WaitThread Class Reference

Threading class to wait for object status in the background. More...

List of all members.

Public Member Functions

def __init__
def run
 Starts the thread.

Public Attributes

 obj
 att
 desired
 callback
 interval
 attempts
 verbose

Detailed Description

Threading class to wait for object status in the background.

Note that verbose will always be False for a background thread.


Constructor & Destructor Documentation

def __init__ (   self,
  obj,
  att,
  desired,
  callback,
  interval,
  attempts,
  verbose,
  verbose_atts 
)

Member Function Documentation

def run (   self)

Starts the thread.


Member Data Documentation

att
obj

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties