| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
DataObject
A generic semi-mutable object for storing data values in a table.
Attributes can be set by passing in named arguments in the constructor,
or by setting them as object.attribute = value. New
attributes can be added any time, but updates are ignored. Table joins
are returned as a Table of DataObjects.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
x.__setattr__('name', value) <==> x.name = value
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 29 16:40:00 2011 | http://epydoc.sourceforge.net |