| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
dict --+
|
util.ordereddict.odict --+
|
StructureType
Structure contructor.
A structure is a dict-like object, which can hold other DAP variables. Structures have a 'data' attribute that combines the data from the stored variables when read, and propagates the data to the variables when set.
This behaviour can be bypassed by setting the '_data' attribute; in this case, no data is propagated, and further reads do not combine the data from the stored variables.
|
|||
|
__init__(self,
name='',
attributes=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
__iter__(self) iter(x) |
||
|
walk(self) iter(x) |
||
| __getattr__(self, attr) | ||
|
__setitem__(self,
key,
item) x[i]=y |
||
| _get_data(self) | ||
| _set_data(self, data) | ||
| _get_id(self) | ||
| _set_id(self, parent=None) | ||
| _get_filters(self) | ||
| _set_filters(self, f) | ||
| __copy__(self) | ||
| __deepcopy__(self, memo=None, _nil=[]) | ||
|
Inherited from Inherited from Inherited from |
|||
|
|||
| data | ||
| id | ||
| filters | ||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|||
dataNone
|
idNone
|
filtersNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:07 2006 | http://epydoc.sourceforge.net |