Home | Trees | Index | Help |
|
---|
Package kiwi :: Module python :: Class Settable |
|
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 Summary | |
---|---|
Fetches the attributes used to create this object |
Method Details |
---|
getattributes(self)Fetches the attributes used to create this object
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Mar 23 15:56:55 2007 | http://epydoc.sf.net |