class documentation

class PBMind(pb.Referenceable): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method jelly​For (internal)
Method remote_group​Meta​Update Undocumented
Method remote​_receive Undocumented
Method remote_user​Joined Undocumented
Method remote_user​Left Undocumented

Inherited from Referenceable:

Method remote​Message​Received 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 process​Unique​ID Return an ID which uniquely represents this object for this process.

Inherited from Jellyable (via Referenceable, Serializable):

Method get​State​For Undocumented
def __init__(self): (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 remote_groupMetaUpdate(self, group, meta): (source)

Undocumented

def remote_receive(self, sender, recipient, message): (source)

Undocumented

def remote_userJoined(self, user, group): (source)

Undocumented

def remote_userLeft(self, user, group, reason): (source)

Undocumented