t.p.r.Settable : class documentation

Part of twisted.python.reflect View Source View In Hierarchy

A mixin class for syntactic sugar. Lets you assign attributes by calling with keyword arguments; for example, x(a=b,c=d,y=z) is the same as x.a=b;x.c=d;x.y=z. The most useful place for this is where you don't want to name a variable, but you do want to set some attributes; for example, X()(y=z,a=b).
Method __init__ Undocumented
Method __call__ Undocumented
def __init__(self, **kw): (source)
Undocumented
def __call__(self, **kw): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.