Trees | Indices | Help |
---|
|
I am a helper class to make sure that the deferred is fired only once with either a result or exception.
|
|||
|
|||
|
|||
|
|||
|
|
|||
twisted.internet.defer.Deferred
|
d the deferred that gets fired as part of the resolution |
|
Clean up any resources related to the resolution. Subclasses can implement me. |
Make the result succeed, triggering the callbacks with the given result. If a result was already reached, do nothing. |
Make the result fail, triggering the errbacks with the given exception. If a result was already reached, do nothing. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:17:09 2013 | http://epydoc.sourceforge.net |