[Python-3000] An introduction to ABC's

Neal Norwitz nnorwitz at gmail.com
Wed Apr 25 07:48:37 CEST 2007


On 4/24/07, Emin.shopper Martinian.shopper <emin.shopper at gmail.com> 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


More information about the Python-3000 mailing list