I am trying to make use of the @property decorator in python and I am confused as to why the @x.setter block works in the following:
@property
@x.setter