Add to Technorati Favorites

Archive for November 21st, 2008

A kinder and more consistent defer.inlineCallbacks

Friday, November 21st, 2008 Posted under deferreds, python, tech, twisted. | Comments Off on A kinder and more consistent defer.inlineCallbacks

Here's a suggestion for making Twisted's inlineCallbacks function decorator more consistent and less confusing. Let's suppose you're writing something like this: @inlineCallbacks def ... Read more..