Trees | Indices | Help |
---|
|
object --+ | AbstractPosition --+ | WithinPosition
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.
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Apr 1 00:42:43 2011 | http://epydoc.sourceforge.net |