pyrax
Python Bindings for the Rackspace Cloud
|
Public Member Functions | |
def | content |
def | json |
def | read |
Static Public Attributes | |
int | status_code = 200 |
string | response_type = "auth" |
dictionary | responses |
def content | ( | self | ) |
def json | ( | self | ) |
Reimplemented from FakeResponse.
def read | ( | self | ) |
Reimplemented from FakeResponse.
string response_type = "auth" [static] |
dictionary responses [static] |
{"auth": fake_identity_response, "users": fake_identity_user_response, "tenant": fake_identity_tenant_response, "tenants": fake_identity_tenants_response, "tokens": fake_identity_tokens_response, "endpoints": fake_identity_endpoints_response, }
int status_code = 200 [static] |
Reimplemented from FakeResponse.