Table of Contents

Class: BeforePosition Bio/SeqFeature.py

Specify a position where the actual location occurs before it.

Arguments: o position - The upper boundary of where the location can occur. o extension - An optional argument which must be zero since we don't have an extension. The argument is provided so that the same number of arguments can be passed to all position types.

This is used to specify positions like (<10..100) where the location occurs somewhere before position 10.

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

Exceptions   
AttributeError( "Non-zero extension %s for exact position." % extension )
  __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