Everything that follows an object and a dot in python is an attribute – even methods! This particular attribute is special however – it's a property. That's so we can *set* it, and some code runs when that happens.
Python Properties: Setting Attributes with Custom Logic
By
–
Leave a Reply