Table of Contents

Class: AbstractSequence Bio/Sequence.py

Abstract base class for all sequences.

Please derive sequence from here and implement the following methods: length Return the length of the sequence. __getslice__ Return a portion of the sequence.

Methods   
__getattr__
__getslice__
length
  __getattr__ 
__getattr__ ( self,  key )

Exceptions   
AttributeError, key
  __getslice__ 
__getslice__ (
        self,
        i,
        j,
        )

Exceptions   
NotImplementedError
  length 
length ( self )

Exceptions   
NotImplementedError

Table of Contents

This document was automatically generated on Mon Jul 1 12:02:43 2002 by HappyDoc version 2.0.1