Interface Implementation in Python

2007-03-05 Thread p_shakil
Hi, I would like to know the interface concept in Python.How the Interface is defined and implemented in Python?. How to access the interface fromn Client? Thanks PSB -- http://mail.python.org/mailman/listinfo/python-list

Re: Interface Implementation in Python

2007-03-06 Thread p_shakil
On Mar 6, 11:55 am, "Goldfish" <[EMAIL PROTECTED]> wrote: > > > I would like to know the interface concept in Python.How the > > > Interface is defined and implemented in Python?. > > One way I have implemented interfaces, is as follows: > > class MyInterface(object): > def someMethod(self, ar