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

List of all members.

Public Member Functions

def status
def status
def getheaders
def read
def get
def json

Public Attributes

 status_code

Static Public Attributes

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

Member Function Documentation

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

Reimplemented in FakeIdentityResponse.

def read (   self)

Reimplemented in FakeIdentityResponse.

def status (   self)
def status (   self,
  val 
)

Member Data Documentation

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

Reimplemented in FakeIdentityResponse.

Reimplemented in FakeIdentityResponse.


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