class documentation

Undocumented

Method __init__ Undocumented
Instance Variable s Undocumented

Inherited from Copyable:

Method getStateToCopy Gather state to send when I am serialized for a peer.
Method getStateToCopyFor Gather state to send when I am serialized for a particular perspective.
Method getTypeToCopy Determine what type tag to send for me.
Method getTypeToCopyFor Determine what type tag to send for me.
Method jellyFor Assemble type tag and state to copy for this broker.

Inherited from Serializable (via Copyable):

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

Inherited from Jellyable (via Copyable, Serializable):

Method getStateFor Undocumented

Inherited from RemoteCopy (via Copyable, Serializable, Jellyable):

Method setCopyableState I will be invoked with the state to copy locally.
Method unjellyFor Perform the inverse operation of Jellyable.jellyFor.
Instance Variable __dict__ Undocumented

Inherited from Unjellyable (via Copyable, Serializable, Jellyable, RemoteCopy):

Method setStateFor Undocumented
def __init__(self, s): (source)

Undocumented

Undocumented