Package Bio :: Module SeqFeature :: Class ExactPosition
[show private | hide private]
[frames | no frames]

Class ExactPosition

AbstractPosition --+
                   |
                  ExactPosition


Specify the specific position of a boundary.

o position - The position of the boundary. 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.

In this case, there is no fuzziness associated with the position.
Method Summary
  __init__(self, position, extension)
  __str__(self)
    Inherited from AbstractPosition
  __cmp__(self, other)
A simple comparison function for positions.

Generated by Epydoc 2.1 on Thu Aug 10 20:05:57 2006 http://epydoc.sf.net