pyCAPS
pyCAPS: A Python Extension Module for CAPS
Sequence Class Reference

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

Inheritance diagram for Sequence:

Public Member Functions

def keys (self)
 Returns the keys of the Sequence.
 
def values (self)
 Returns the values of the Sequence.
 
def 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: