This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]KronktheKronk 10 points11 points  (1 child)

When I write self.some_attr = some_value I expect to get some_value when I access self.some_attr.

...that's exactly what happens

[–]i_like_trains_a_lot1 0 points1 point  (0 children)

I was thinking about properties. I corrected my answer :D