An improved (read much faster, documented, with tests and benchmarks) version of my improved autosuper Python Cookbook recipe. Includes a Pyrex implementation that is about twice the speed of the pure Python version.
Depending on usage patterns, calling self.supersuper(cls, self)self.super
License: BSD-style.
0.9.6: Download
Minor bugfix (passing parameters through autosuper.__init__
0.9.5:
Performance improvements now also available for Python 2.2.
0.9.4:
Large performance improvements in both the Python and Pyrex versions for Python 2.3 and later.
0.9.3: Download
Works with all versions of Python 2.2 and higher.