ST3
Maintains a set of Regions, ensuring that none overlap. The regions are kept in sorted order.
add(region)
# =>
None
Adds the given region. It will be merged with any intersecting regions already contained within the set.
Generated from the official documentation on Sat Oct 29 20:16:35 EEST 2016 by Leonid Shevtsov.