My understanding of python is limited. In a different forum, someone asked about classes. In my explanation, I said Classes contain 3 things: properties, methods, and events. While several agreed with my comment, one person said I was wrong, that python classes do not contain events. So my question is simple. Do/can python classes contain events?
thank for taking the time to set me straight.
propertyterm for when you implement a real property, usually with the decorator syntax @property