| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
dict --+
|
util.ordereddict.odict --+
|
StructureType --+
|
SequenceType
Sequence constructor.
A sequence contains ordered data, corresponding to the records in a sequence of structures with the same stored variables.
|
|||
|
__setitem__(self,
key,
item) x[i]=y |
||
|
walk(self) iter(x) |
||
| _get_data(self) | ||
| _set_data(self, data) | ||
|
__iter__(self) When iterating over a sequence, we yield structures containing the corresponding data (first record, second, etc.). |
||
| filter(self, *filters) | ||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
level = 1
|
||
|
|||
| data | ||
|
Inherited from Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|||
levelNone
|
|
|||
dataNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:07 2006 | http://epydoc.sourceforge.net |