pyrax
Python Bindings for the Rackspace Cloud
|
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" |
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 | |||
) |
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.