getter-and-setter

  • 18 March 2023

@property in Python

Python's @property decorator is used to define getter and setter methods for a class attribute.

Read more