Trees | Indices | Toggle frames |
---|
Set of objects, referenced weakly.
Adding an object to this set does not prevent it from being garbage collected. Upon being garbage collected, the object is automatically removed from the set.
__init__(self) | |
add(self, value) | |
remove(self, value) | |
__iter__(self) | |
__contains__(self, other) | |
__len__(self) |
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Thu Dec 31 17:58:18 2009 | http://epydoc.sourceforge.net |