class documentation

class TestMind(service.PBMind):

Constructor: TestMind(*a, **kw)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method remote_groupMetaUpdate Undocumented
Method remote_receive Undocumented
Method remote_userJoined Undocumented
Method remote_userLeft Undocumented
Instance Variable joins Undocumented
Instance Variable messages Undocumented
Instance Variable meta Undocumented
Instance Variable parts Undocumented

Inherited from PBMind:

Method jellyFor (internal)

Inherited from Referenceable (via PBMind):

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 PBMind, Referenceable):

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

Inherited from Jellyable (via PBMind, Referenceable, Serializable):

Method getStateFor Undocumented
def __init__(self, *a, **kw):

Undocumented

def remote_groupMetaUpdate(self, group, meta):
def remote_receive(self, sender, recipient, message):
def remote_userJoined(self, user, group):
def remote_userLeft(self, user, group, reason):
joins: list =

Undocumented

messages: list =

Undocumented

meta: list =

Undocumented

parts: list =

Undocumented