API Reference for Enthought Tool Suite 3.0.1
An implementation of weak references that works for bound methods.
This code is based on the code in the Python Cookbook, but uses weak references for everything that is not a bound method too. It also adds comparison and hash methods to allow the weak references to be compared just like standard weak references. It is therefore intended to be used as a drop-in replacement for 'weakref.ref'.
| Local name | Refers to |
|---|---|
| new | new |
| weakref | weakref |
© Copyright 2002-2008 Enthought, Inc.