[Python-3000] An introduction to ABC's (original) (raw)
Neal Norwitz nnorwitz at gmail.com
Wed Apr 25 07:48:37 CEST 2007
- Previous message: [Python-3000] An introduction to ABC's
- Next message: [Python-3000] An introduction to ABC's
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-3000] An introduction to ABC's
- Next message: [Python-3000] An introduction to ABC's
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]