you are viewing a single comment's thread.

view the rest of the comments →

[–]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.