Table of Contents

Class: WithinPosition Bio/SeqFeature.py

Specify the position of a boundary within some coordinates.

Arguments: o position - The start position of the boundary o extension - The range to which the boundary can extend.

This allows dealing with a position like ((1.4)..100). This indicates that the start of the sequence is somewhere between 1 and 4. To represent that with this class we would set position as 1 and extension as 3.

Base Classes   
AbstractPosition
Methods   
__init__
__str__
  __init__ 
__init__ (
        self,
        position,
        extension=0,
        )

  __str__ 
__str__ ( self )


Table of Contents

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