Is this Pythonic?

Benji York benji at benjiyork.com
Mon Aug 1 13:01:24 EDT 2005


phil hunt wrote:
> Suppose I'm writing an abstract superclass which will have some 
> concrete subclasses. I want to signal in my code that the subclasses 
> will implement certan methods. Is this a Pythonic way of doing what 

See http://docs.python.org/lib/module-exceptions.html#l2h-298 
(NotImplementedError)
--
Benji York





More information about the Python-list mailing list