pyCAPS
pyCAPS: A Python Extension Module for CAPS
Loading...
Searching...
No Matches
Sequence Class Reference

Base class for all CAPS Sequence classes. More...

Inheritance diagram for Sequence:

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.
 

Detailed Description

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)


The documentation for this class was generated from the following file: