Module skypekit :: Class Object

Class Object

source code

object --+    
         |    
    Cached --+
             |
            Object
Known Subclasses:

Instance Methods
 
_sk_init_(self, object_id, transport) source code
 
multiget(self, header) source code

Inherited from Cached: __copy__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from Cached: __new__, sk_exists

Class Variables
  rwlock = threading.Lock()
Instance Variables
  properties
Retrieve given property id.
Properties

Inherited from object: __class__