class documentation

class SimpleFactoryCopy(pb.Copyable): (source)

View In Hierarchy

Method __init__ Undocumented
Class Variable allIDs hold every created instances of this class.
Instance Variable id 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
def __init__(self, id): (source)

Undocumented

allIDs: dict = (source)

hold every created instances of this class.

Undocumented