Trees | Indices | Help |
|
---|
|
Simple Data Transfer Dictionary class to make easy the trasfer of data between the form (view) and the business logic.
Maybe later consider turning this into a standard dict by {}.fromkeys([key, key, ...], default) when it becomes clear that we really don't need the added potential of a full-fledged class.
Instance Methods | |||
|
|||
|
|||
|
|||
|
Method Details |
Initialize the DTD with the supplied field names. @param fields The names of the fields. @type fields A TupleType instance. |
Retrieve the value of the given attribute (key) @param attribute The attribute (key) to retrieve its value for. @type attribute a StringType instance. |
Set the value of a given attribute (key). @param attribute The attribute (key) to set its value for. @type attribute a StringType instance. @param avaluee The value to set. @rtpe attribute a StringType instance. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 9 04:01:08 2010 | http://epydoc.sourceforge.net |