class documentation

class Observable(pb.Referenceable):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method notify Undocumented
Method remote_observe Undocumented
Method remote_unobserve Undocumented
Instance Variable observers Undocumented

Inherited from Referenceable:

Method jellyFor (internal)
Method remoteMessageReceived A remote message has been received. Dispatch it appropriately.
Class Variable perspective I am an object sent remotely as a direct reference.

Inherited from Serializable (via Referenceable):

Method processUniqueID Return an ID which uniquely represents this object for this process.

Inherited from Jellyable (via Referenceable, Serializable):

Method getStateFor Undocumented
def __init__(self):

Undocumented

def notify(self, obj):

Undocumented

def remote_observe(self, obs):

Undocumented

def remote_unobserve(self, obs):

Undocumented

observers: list =

Undocumented