|
pyCAPS
pyCAPS: A Python Extension Module for CAPS
|
Base class for all CAPS Sequence classes. More...

Public Member Functions | |
| keys (self) | |
| Returns the keys of the Sequence. | |
| values (self) | |
| Returns the values of the Sequence. | |
| items (self) | |
| Returns the items of the Sequence. | |
Base class for all CAPS Sequence classes.
A CAPS Sequence only contains instances of a single type Items are added to the Seqence via the 'create' method in derived classes Items cannot be removed from the sequence (except for CAPS Attributes)