twisted.spread.test.test_pb.NewStyleCopy2(pb.Copyable, pb.RemoteCopy, object) class documentationtwisted.spread.test.test_pb
(View In Hierarchy)
| Method | __new__ | Undocumented |
| Method | __init__ | 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:
| Method | setCopyableState | I will be invoked with the state to copy locally. |
| Method | unjellyFor | Perform the inverse operation of Jellyable.jellyFor. |
Inherited from Unjellyable (via RemoteCopy):
| Method | setStateFor | Undocumented |