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

Class BeforePosition

AbstractPosition --+
                   |
                  BeforePosition


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.
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 Mar 31 20:15:37 2005 http://epydoc.sf.net