new style class

Boris Borcic bborcic at gmail.com
Fri Nov 2 07:27:31 EDT 2007


gert wrote:
> class Test(object):
> 
>     def execute(self,v):
>         return v
> 
>     def escape(v):
>         return v
> 
> if  __name__ == '__main__':
>     gert = Test()
>     print gert.m1('1')
>     print Test.m2('2')
> 
> Why doesn't this new style class work in python 2.5.1 ?
> 

why should it ?



More information about the Python-list mailing list