position عقار
position عقار
يحصل على القيمة ويحددها.
تعريف:
@property
def position(self):
...
@position.setter
def position(self, value):
...
يحصل على القيمة ويحددها.
@property
def position(self):
...
@position.setter
def position(self, value):
...