On 4/24/07, Emin.shopper Martinian.shopper <[EMAIL PROTECTED]> wrote: > > Below are links to the ABC implementation based on meta-classes and > decorators which I have been using for quite a while.
Emin, You can get similar functionality by using tools such as pychecker. PyLint and pyflakes may also have this functionality. If a method's body is: raise NotImplemenedError and a class with such a method is instantiated, a warning will be generated. Cheers, n _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
