class documentation

class PBGroup(pb.Referenceable): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method jellyFor (internal)
Method processUniqueID Return an ID which uniquely represents this object for this process.
Method remote_leave Undocumented
Method remote_send Undocumented
Instance Variable avatar Undocumented
Instance Variable group Undocumented
Instance Variable realm Undocumented

Inherited from Referenceable:

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 Jellyable (via Referenceable, Serializable):

Method getStateFor Undocumented
def __init__(self, realm, avatar, group): (source)

Undocumented

def jellyFor(self, jellier): (source)

(internal)

Return a tuple which will be used as the s-expression to serialize this to a peer.

def processUniqueID(self): (source)

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

By default, this uses the 'id' builtin, but can be overridden to indicate that two values are identity-equivalent (such as proxies for the same object).

def remote_leave(self, reason=None): (source)

Undocumented

def remote_send(self, message): (source)

Undocumented

avatar = (source)

Undocumented

group = (source)

Undocumented

realm = (source)

Undocumented