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.
By
–
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.