E
Emanuele D'Arrigo
Hi Everybody!
I just tried this:
.... def method(self):
.... pass
....
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'C' object attribute 'method' is read-only
How come? Who told the class to make the method read-only? I didn't!
Manu
I just tried this:
.... def method(self):
.... pass
....
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'C' object attribute 'method' is read-only
How come? Who told the class to make the method read-only? I didn't!
Manu