Thursday, February 24, 2005

Python Packages Index: Improved autosuper 0.9.3

Python Packages Index: Improved autosuper 0.9.3: "Automatically determine the correct super object and use it. This module defines a mix-in class `autosuper` which has a single property - `super`. The object returned by `super` can either be called or have attributes accessed. If it is called, a base class method with the same name as the current method will be called with the parameters passed. If an attribute is accessed a base class attribute will be returned."