Now the "not read-only" part:

Foo.my_prop = "whatever"
Foo.my_prop
'whatever'

You now have a string attribute, the property is lost. Methods behave the
same way and it's generally not a problem, but you should at least be aware
of this behaviour.

Yes, now I understand you. Thank you

Regards,
  Thomas Güttler


--
Thomas Guettler http://www.thomas-guettler.de/
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to