Browsing Spanish translation

2679 of 2684 results
2679.
1. When the result is ready, give it
to the Deferred object (.callback(..)
or .errback(..))
2. Deferred object triggers (call/err)back with
the result or the Failure::
* if a callback raises exception, switch
to errback
* if an errback *doesn't* raise exception
or return a Failure, switch to callback
* result of callback is passed to next
callback, thus creating a chain of
processors
* an unhandled Failure gets passed down
the line of errbacks, thus creating
an analog to a series of 'except ...:'
blocks. Instead of except blocks, we
have errback methods.
type: String
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in img/deferred.dia:1821
2679 of 2684 results

This translation is managed by translation group twisted.

You are not logged in. Please log in to work on translations.