| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
BaseType
DAP Base type.
Variable holding a single value, or an iterable if it's stored inside a sequence. It's the fundamental DAP variable, which actually holds data (together with arrays).
|
|||
|
__init__(self,
name='',
data=None,
type=None,
attributes=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
| __iter__(self) | ||
| __getattr__(self, attr) | ||
| __getitem__(self, key) | ||
| __setitem__(self, key, item) | ||
| _get_id(self) | ||
| _set_id(self, parent=None) | ||
| _get_filters(self) | ||
| _set_filters(self, f) | ||
| __copy__(self) | ||
| __deepcopy__(self, memo=None, _nil=[]) | ||
| __ge__(self, other) | ||
| __gt__(self, other) | ||
| __le__(self, other) | ||
| __lt__(self, other) | ||
| __eq__(self, other) | ||
|
Inherited from |
|||
|
|||
| id | ||
| filters | ||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|||
idNone
|
filtersNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:07 2006 | http://epydoc.sourceforge.net |