ST3
A collection that manages Phantoms and the process of adding them, updating them and removing them from the View.
PhantomSet(view, <key>)
# =>
Creates a PhantomSet attached to a view. key is a string to group Phantoms together.
update(phantoms)
# =>
None
phantoms should be a list of phantoms.
The .region attribute of each existing phantom in the set will be updated. New phantoms will be added to the view and phantoms not in phantoms list will be deleted.
Generated from the official documentation on Sat Oct 29 20:16:41 EEST 2016 by Leonid Shevtsov.