pyrax
Python Bindings for the Rackspace Cloud
|
Public Member Functions | |
def | __init__ |
The object can either be initialized with individual params, or by passing the dict that is returned by swiftclient. | |
Public Attributes | |
manager | |
name | |
bytes | |
content_type | |
last_modified | |
hash |
def __init__ | ( | self, | |
manager, | |||
name = None , |
|||
total_bytes = None , |
|||
content_type = None , |
|||
last_modified = None , |
|||
etag = None , |
|||
attdict = None |
|||
) |
The object can either be initialized with individual params, or by passing the dict that is returned by swiftclient.
Reimplemented from BaseResource.