Package groupthink :: Module stringtree :: Class Removal
[hide private]
[frames] | no frames]

Class Removal

source code

Not currently used.

Represents the deletion of all characters ever inserted in this range. Insertions at the endpoints are _not_ included in the Removal, and must be Removed separately.

Instance Methods [hide private]
 
__init__(self, position, length) source code
 
__repr__(self) source code
Method Details [hide private]

__init__(self, position, length)
(Constructor)

source code 
Parameters:
  • position - the point at which to start Removal
  • length - the number of points in the unmodified parent coordinate to the end of the Removal. Note that many more than length characters can be removed if there are Insertions in this range.