Class t.s.p.CopiedFailure(RemoteCopy, failure.Failure):

Part of twisted.spread.pb View Source View In Hierarchy

No class docstring
Method printTraceback Emulate Python's standard error reporting mechanism.

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

Inherited from Failure:

Method __init__ Initialize me with an explanation of the error.
Method trap Trap this failure if its type is in a predetermined list.
Method check Check if this failure's type is in a predetermined list.
Method raiseException raise the original exception, preserving traceback
Method __repr__ Undocumented
Method __str__ Undocumented
Method __getstate__ Avoid pickling objects in the traceback.
Method cleanFailure Remove references to other objects, replacing them with strings.
Method getErrorMessage Get a string of the exception which caused this Failure.
Method getBriefTraceback Undocumented
Method getTraceback Undocumented
Method printBriefTraceback Print a traceback as densely as possible.
Method printDetailedTraceback Print a traceback with detailed locals and globals information.
def printTraceback(self, file=None, elideFrameworkCode=0, detail='default'): (source)
Emulate Python's standard error reporting mechanism.
API Documentation for twisted, generated by pydoctor.