| Trees | Index | Help |
|---|
| Package flumotion :: Package worker :: Package checks :: Module video :: Class Resolution |
|
| Method Summary | |
|---|---|
__init__(self)
| |
Make the result succeed, calling the callbacks with the given result. | |
Make the result fail, calling the errbacks with the given exception. | |
| Instance Variable Summary | |
|---|---|
twisted.internet.defer.Deferred |
d: the deferred that gets fired as part of the resolution |
| Method Details |
|---|
callback(self, result)Make the result succeed, calling the callbacks with the given result. If a result was already reached, do nothing. |
errback(self, exception)Make the result fail, calling the errbacks with the given exception. If a result was already reached, do nothing. |
| Instance Variable Details |
|---|
dthe deferred that gets fired as part of the resolution
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Sep 4 00:24:44 2005 | http://epydoc.sf.net |