Re: Hi, Pythoners.

2008-08-13 Thread Terry Reedy
AON LAZIO wrote: I have come across this code and I tried to figure out what does it do First, I do not understand the sign @... above the class method, what does it do? Second, about the object in AnyWrapper(object), why do they declare "object" as the superclass? sometimes I saw (type) wha

Hi, Pythoners.

2008-08-13 Thread AON LAZIO
I have come across this code and I tried to figure out what does it do First, I do not understand the sign @... above the class method, what does it do? Second, about the object in AnyWrapper(object), why do they declare "object" as the superclass? sometimes I saw (type) what the differences betwee