Does Abstract class , interfaces there in python ?

Chris Rebert clp2 at rebertia.com
Wed Apr 14 02:04:13 EDT 2010


On Tue, Apr 13, 2010 at 10:57 PM, gopi krishna
<dasarathulagopi at gmail.com> wrote:
> Hi ,
>  I want to know whether there is an abstract class and interfaces in python.

Sort of: http://docs.python.org/library/abc.html

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list