pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Static Public Attributes
FakeResponse Class Reference
Inheritance diagram for FakeResponse:
FakeIdentityResponse

List of all members.

Public Member Functions

def getheaders
def read
def get

Static Public Attributes

dictionary headers = {}
string body = ""
int status = 200
string reason = "Oops"

Member Function Documentation

def get (   self,
  arg 
)
def getheaders (   self)
def read (   self)

Reimplemented in FakeIdentityResponse.


Member Data Documentation

string body = "" [static]
dictionary headers = {} [static]
string reason = "Oops" [static]
int status = 200 [static]

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