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

Class ExactPosition

source code

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.

Instance Methods [hide private]
 
__init__(self, position, extension=0) source code
 
__str__(self) source code

Inherited from AbstractPosition: __cmp__

Method Details [hide private]

__init__(self, position, extension=0)
(Constructor)

source code 
Overrides: AbstractPosition.__init__