twisted.spread.test.test_pb.BadCopyable(pb.Copyable)
class documentationtwisted.spread.test.test_pb
(View In Hierarchy)
Method | getStateToCopyFor | Gather state to send when I am serialized for a particular perspective. |
Inherited from Copyable:
Method | getStateToCopy | Gather state to send when I am serialized for a peer. |
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 |
Gather state to send when I am serialized for a particular perspective.
I will default to calling getStateToCopy
.
Override this to customize this behavior.