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 help(type(x)) for signature
|
repr(x)
|
x.__setattr__('name', value) <==> x.name = value
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Dec 05 22:53:20 2015 | http://epydoc.sourceforge.net |