terrycojones

RSS
Nov 3

A Python metaclass for Twisted allowing __init__ to return a Deferred

OK, I admit, this is geeky.

But we’ve all run into the situation in which you’re using Python and Twisted, and you’re writing a new class and you want to call something from the __init method…