| Home | Trees | Index | Help |
|---|
| Package twisted :: Package spread :: Module pb :: Class CopyableFailure |
|
Failure --+
|
Jellyable --+ |
| |
Serializable --+ |
| |
Copyable --+
|
CopyableFailure
flavors.RemoteCopy and flavors.Copyable version of twisted.python.failure.Failure for
serialization.
| Method Summary | |
|---|---|
Initialize me with an explanation of the error. (inherited from Failure)
| |
Avoid pickling objects in the traceback. (inherited from Failure)
| |
(inherited from Failure)
| |
(inherited from Failure)
| |
(inherited from Failure)
| |
Remove references to other objects, replacing them with strings. (inherited from Failure)
| |
(inherited from Failure)
| |
(inherited from Failure)
| |
(inherited from Jellyable)
| |
Gather state to send when I am serialized for a peer. | |
Gather state to send when I am serialized for a particular perspective. (inherited from Copyable)
| |
Determine what type tag to send for me. (inherited from Copyable)
| |
Determine what type tag to send for me. (inherited from Copyable)
| |
Assemble type tag and state to copy for this broker. (inherited from Copyable)
| |
Print a traceback as densely as possible. (inherited from Failure)
| |
Print a traceback with detailed locals and globals information. (inherited from Failure)
| |
Emulate Python's standard error reporting mechanism. (inherited from Failure)
| |
Return an ID which uniquely represents this object for this process. (inherited from Serializable)
| |
Trap this failure if its type is in a predetermined list. (inherited from Failure)
| |
| Method Details |
|---|
getStateToCopy(self)Gather state to send when I am serialized for a peer. I will default to returning self.__dict__. Override this to customize this behavior.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:49 2003 | http://epydoc.sf.net |