getter-and-setter

  • 18 March 2023
  • /images/posts/property-in-python.webp

@property in Python

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

Read more