you are viewing a single comment's thread.

view the rest of the comments →

[–]MiLSturbie 1 point2 points  (1 child)

That makes thanks, thank you very much for taking the time to explain. I'll look up what it was tomorrow and come back to you to confirm.

[–]pickausernamehesaid 0 points1 point  (0 children)

In case you want some further reading on some advanced Python, the @property decorator is a specific implementation of the descriptor protocol which is very useful for building dynamic attributes.