Re: [Twisted-Python] A pseudo-deferred class that can be canceled
5 Jan
2010
5 Jan
'10
6:55 a.m.
Argh..... sorry, there was a trivial cut & paste error in the code I just posted. The errback method should of course be: def errback(self, fail=None): if not self._called: self._called = True defer.Deferred.errback(self, fail) Terry
5449
Age (days ago)
5449
Last active (days ago)
0 comments
1 participants
participants (1)
-
Terry Jones